Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
e4a147f4
Verified
Commit
e4a147f4
authored
Aug 15, 2020
by
Sven-Hendrik Haase
Browse files
Syntax fixes
parent
c83d836f
Changes
2
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
e4a147f4
...
...
@@ -53,7 +53,7 @@
"scripts"
:
[
"provision/write_zeroes.sh"
],
"execute_command"
:
"'arch'|sudo -S sh '{{.Path}}'"
"execute_command"
:
"
echo
'arch'|sudo -S sh '{{.Path}}'"
}
],
"post-processors"
:
[
...
...
local.json
View file @
e4a147f4
{
"variables"
:
{
"iso_url"
:
"https://mirror.pkgbuild.com/iso/latest/archlinux-{{isotime
\"
2006.01
\"
}}.01-x86_64.iso"
,
...
...
@@ -122,7 +121,7 @@
"scripts"
:
[
"provision/write_zeroes.sh"
],
"execute_command"
:
"'vagrant'|sudo -S sh '{{.Path}}'"
"execute_command"
:
"
echo
'vagrant'|sudo -S sh '{{.Path}}'"
}
],
"post-processors"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment