Get all the outputs
This commit is contained in:
@@ -8,7 +8,7 @@ boot_command = [
|
|||||||
"<up>e<wait>",
|
"<up>e<wait>",
|
||||||
"<down><down><end><wait>",
|
"<down><down><end><wait>",
|
||||||
" inst.text inst.ks=cdrom:/ks.cfg",
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
||||||
" console=ttyS0 inst.notmux",
|
" console=tty0 console=ttyS0 inst.notmux",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/almalinux/9/disc/*" ]
|
cd_files = [ "distros/almalinux/9/disc/*" ]
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ boot_command = [
|
|||||||
"<up>e<wait>",
|
"<up>e<wait>",
|
||||||
"<down><down><end><wait>",
|
"<down><down><end><wait>",
|
||||||
" inst.text inst.ks=cdrom:/ks.cfg",
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
||||||
" inst.notmux console=ttyS0",
|
" inst.notmux console=tty0 console=ttyS0",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/centos-stream/9/disc/*" ]
|
cd_files = [ "distros/centos-stream/9/disc/*" ]
|
||||||
|
|||||||
@@ -2,8 +2,9 @@ install
|
|||||||
text
|
text
|
||||||
reboot
|
reboot
|
||||||
network --bootproto=dhcp --activate
|
network --bootproto=dhcp --activate
|
||||||
url --url=http://mirror.centos.org/centos/7/os/x86_64/
|
url --url=http://vault.centos.org/7.9.2009/os/x86_64/
|
||||||
repo --name=updates --baseurl=http://mirror.centos.org/centos/7/updates/x86_64/
|
repo --name=base --baseurl=http://vault.centos.org/7.9.2009/os/x86_64/ --install
|
||||||
|
repo --name=updates --baseurl=http://vault.centos.org/7.9.2009/updates/x86_64/ --install
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
for f in /etc/yum.repos.d/*; do
|
||||||
|
echo "$f"
|
||||||
|
cat "$f"
|
||||||
|
done
|
||||||
|
cat /etc/yum.conf || true
|
||||||
yum install -y qemu-guest-agent
|
yum install -y qemu-guest-agent
|
||||||
systemctl start qemu-guest-agent
|
systemctl start qemu-guest-agent
|
||||||
systemctl enable qemu-guest-agent
|
systemctl enable qemu-guest-agent
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ boot_command = [
|
|||||||
"debconf/frontend=noninteractive ",
|
"debconf/frontend=noninteractive ",
|
||||||
"hostname={{.Name}} ",
|
"hostname={{.Name}} ",
|
||||||
"domain=vagrant ",
|
"domain=vagrant ",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"<f10>"
|
"<f10>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/debian/10/http/"
|
http_directory = "distros/debian/10/http/"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ boot_command = [
|
|||||||
"debconf/frontend=noninteractive ",
|
"debconf/frontend=noninteractive ",
|
||||||
"hostname={{.Name}} ",
|
"hostname={{.Name}} ",
|
||||||
"domain=vagrant ",
|
"domain=vagrant ",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"<f10>"
|
"<f10>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/debian/11/http/"
|
http_directory = "distros/debian/11/http/"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ boot_command = [
|
|||||||
"debconf/frontend=noninteractive ",
|
"debconf/frontend=noninteractive ",
|
||||||
"hostname={{.Name}} ",
|
"hostname={{.Name}} ",
|
||||||
"domain=vagrant ",
|
"domain=vagrant ",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"<f10>"
|
"<f10>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/debian/12/http/"
|
http_directory = "distros/debian/12/http/"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<up>e<down><down><end> ",
|
"<up>e<down><down><end> ",
|
||||||
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=ttyS0<f10>"
|
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=tty0 console=ttyS0<f10>"
|
||||||
]
|
]
|
||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/39/*.cfg"
|
"distros/fedora/39/*.cfg"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<up>e<down><down><end> ",
|
"<up>e<down><down><end> ",
|
||||||
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=ttyS0<f10>"
|
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=tty0 console=ttyS0<f10>"
|
||||||
]
|
]
|
||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/40/*.cfg"
|
"distros/fedora/40/*.cfg"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<up>e<down><down><end><bs><bs><bs><bs><bs>",
|
"<up>e<down><down><end><bs><bs><bs><bs><bs>",
|
||||||
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=ttyS0<f10>"
|
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux console=tty0 console=ttyS0<f10>"
|
||||||
]
|
]
|
||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/rawhide/*.cfg"
|
"distros/fedora/rawhide/*.cfg"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ boot_command = [
|
|||||||
"<down><down><down><down><end><wait>",
|
"<down><down><down><down><end><wait>",
|
||||||
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
||||||
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
|
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
|
||||||
" console=ttyS0",
|
" console=tty0 console=ttyS0",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/opensuse/15.5/http/"
|
http_directory = "distros/opensuse/15.5/http/"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ boot_command = [
|
|||||||
"<down><down><down><down><end><wait>",
|
"<down><down><down><down><end><wait>",
|
||||||
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
||||||
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
|
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
|
||||||
" console=ttyS0",
|
" console=tty0 console=ttyS0",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/opensuse/15.6/http/"
|
http_directory = "distros/opensuse/15.6/http/"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ boot_command = [
|
|||||||
"e<wait>",
|
"e<wait>",
|
||||||
"<down><down><down><down><end><wait>",
|
"<down><down><down><down><end><wait>",
|
||||||
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
|
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
|
||||||
" console=ttyS0",
|
" console=tty0 console=ttyS0",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/opensuse/tumbleweed/http/"
|
http_directory = "distros/opensuse/tumbleweed/http/"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ boot_command = [
|
|||||||
"<up>e<wait>",
|
"<up>e<wait>",
|
||||||
"<down><down><end><wait>",
|
"<down><down><end><wait>",
|
||||||
" inst.text inst.ks=cdrom:/ks.cfg",
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
||||||
" inst.notmux console=ttyS0",
|
" inst.notmux console=tty0 console=ttyS0",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/rockylinux/9/disc/*" ]
|
cd_files = [ "distros/rockylinux/9/disc/*" ]
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ iso = {
|
|||||||
boot_wait = "3s"
|
boot_wait = "3s"
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"e<wait><down><down><down><end><bs><bs><bs>",
|
"e<wait><down><down><down><end><bs><bs><bs>",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"fsck.mode=skip ",
|
"fsck.mode=skip ",
|
||||||
"locale=en_US ",
|
"locale=en_US ",
|
||||||
"auto=true ",
|
"auto=true ",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"e<down><down><down><end><bs><bs><bs>",
|
"e<down><down><down><end><bs><bs><bs>",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"fsck.mode=skip ",
|
"fsck.mode=skip ",
|
||||||
"locale=en_US ",
|
"locale=en_US ",
|
||||||
"auto=true ",
|
"auto=true ",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"e<down><down><down><end><bs><bs><bs>",
|
"e<down><down><down><end><bs><bs><bs>",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"fsck.mode=skip ",
|
"fsck.mode=skip ",
|
||||||
"locale=en_US ",
|
"locale=en_US ",
|
||||||
"auto=true ",
|
"auto=true ",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ iso = {
|
|||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"e<down><down><down><end><bs><bs><bs>",
|
"e<down><down><down><end><bs><bs><bs>",
|
||||||
"console=ttyS0 ",
|
"console=tty0 console=ttyS0 ",
|
||||||
"fsck.mode=skip ",
|
"fsck.mode=skip ",
|
||||||
"locale=en_US ",
|
"locale=en_US ",
|
||||||
"auto=true ",
|
"auto=true ",
|
||||||
|
|||||||
Reference in New Issue
Block a user