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
18c6ed16
Commit
18c6ed16
authored
Feb 26, 2020
by
juadde
Committed by
Christian Rebischke
Feb 29, 2020
Browse files
Fix
#94
Build timeout
parent
2458ea3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
local.json
View file @
18c6ed16
...
...
@@ -45,7 +45,7 @@
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
"bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
"bash install.sh
<
<(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
]
},
{
"type"
:
"qemu"
,
...
...
@@ -74,7 +74,7 @@
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
"bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
"bash install.sh
<
<(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
]
},
{
"type"
:
"vmware-iso"
,
...
...
@@ -95,7 +95,7 @@
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
"bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
"bash install.sh
<
<(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
]
}
...
...
vagrant.json
View file @
18c6ed16
...
...
@@ -45,7 +45,7 @@
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
"bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
"bash install.sh
<
<(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
]
},
{
"type"
:
"qemu"
,
...
...
@@ -74,7 +74,7 @@
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
"bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
"bash install.sh
<
<(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
]
},
{
"type"
:
"vmware-iso"
,
...
...
@@ -95,7 +95,7 @@
"boot_command"
:
[
"<enter><wait10><wait10><wait10><wait10><wait10><enter><enter>"
,
"curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>"
,
"bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
"bash install.sh
<
<(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
]
}
...
...
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