File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 "boot_command" : [
4646 " <enter><wait10><wait10><wait10><wait10><wait10><enter><enter>" ,
4747 " curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>" ,
48- " bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
48+ " bash install.sh < < (cat install-{chroot,common}.sh) && systemctl reboot<enter>"
4949 ]
5050 }, {
5151 "type" : " qemu" ,
7474 "boot_command" : [
7575 " <enter><wait10><wait10><wait10><wait10><wait10><enter><enter>" ,
7676 " curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>" ,
77- " bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
77+ " bash install.sh < < (cat install-{chroot,common}.sh) && systemctl reboot<enter>"
7878 ]
7979 }, {
8080 "type" : " vmware-iso" ,
9595 "boot_command" : [
9696 " <enter><wait10><wait10><wait10><wait10><wait10><enter><enter>" ,
9797 " curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>" ,
98- " bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
98+ " bash install.sh < < (cat install-{chroot,common}.sh) && systemctl reboot<enter>"
9999 ]
100100 }
101101
Original file line number Diff line number Diff line change 4545 "boot_command" : [
4646 " <enter><wait10><wait10><wait10><wait10><wait10><enter><enter>" ,
4747 " curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>" ,
48- " bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
48+ " bash install.sh < < (cat install-{chroot,common}.sh) && systemctl reboot<enter>"
4949 ]
5050 }, {
5151 "type" : " qemu" ,
7474 "boot_command" : [
7575 " <enter><wait10><wait10><wait10><wait10><wait10><enter><enter>" ,
7676 " curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>" ,
77- " bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
77+ " bash install.sh < < (cat install-{chroot,common}.sh) && systemctl reboot<enter>"
7878 ]
7979 }, {
8080 "type" : " vmware-iso" ,
9595 "boot_command" : [
9696 " <enter><wait10><wait10><wait10><wait10><wait10><enter><enter>" ,
9797 " curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-common,-chroot}.sh'<enter><wait>" ,
98- " bash install.sh <(cat install-{chroot,common}.sh) && systemctl reboot<enter>"
98+ " bash install.sh < < (cat install-{chroot,common}.sh) && systemctl reboot<enter>"
9999 ]
100100 }
101101
You can’t perform that action at this time.
0 commit comments