More output for builds.
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: greg-hellings/make-space@main
|
||||
- name: install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -48,7 +49,6 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
./packerio build -var-file=${{ matrix.distro }} -var "qemu_accelerator=none" -except=upload sources
|
||||
./packerio build -var-file=${{ matrix.distro }} -var "qemu_accelerator=tcg" -except=upload sources
|
||||
env:
|
||||
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
|
||||
PACKER_LOG: 1
|
||||
|
||||
@@ -14,6 +14,7 @@ boot_command = [
|
||||
"auto=true priority=critical ",
|
||||
"DEBIAN_FRONTEND=noninteractive ",
|
||||
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ",
|
||||
"console=ttyS0 ",
|
||||
"<enter><wait1>"
|
||||
]
|
||||
ssh_handshake_attempts = 1000
|
||||
|
||||
@@ -8,6 +8,7 @@ iso = {
|
||||
boot_wait = "3s"
|
||||
boot_command = [
|
||||
"<enter><enter><wait1><f6><esc><wait><bs><bs><bs><bs>",
|
||||
"console=ttyS0 ",
|
||||
"autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/<enter><wait>"
|
||||
]
|
||||
ssh_handshake_attempts = 1000
|
||||
|
||||
@@ -8,6 +8,7 @@ iso = {
|
||||
boot_wait = "15s"
|
||||
boot_command = [
|
||||
"e<down><down><down><end><bs><bs><bs>",
|
||||
"console=ttyS0 ",
|
||||
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
|
||||
]
|
||||
ssh_handshake_attempts = 1000
|
||||
|
||||
Reference in New Issue
Block a user