No, do not do serial console

This commit is contained in:
Greg Hellings
2024-07-13 01:33:27 -05:00
parent b8029ab985
commit f74011333b
19 changed files with 9 additions and 20 deletions
+1 -1
View File
@@ -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=tty0 console=ttyS0 inst.notmux", " inst.notmux",
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
cd_files = [ "distros/almalinux/9/disc/*" ] cd_files = [ "distros/almalinux/9/disc/*" ]
+1 -1
View File
@@ -5,7 +5,7 @@ iso = {
checksum = "4cc7e1c9f4e97b384f0d8731f317b5995bde256fcc17160d32359cab923c5892" checksum = "4cc7e1c9f4e97b384f0d8731f317b5995bde256fcc17160d32359cab923c5892"
} }
boot_command = [ boot_command = [
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 console=ttyS0<enter>", "e<down><down><down><end> net.ifnames=0 biosdevnames=0 <enter>",
"<wait60>", # Wait for system to come up? "<wait60>", # Wait for system to come up?
"curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>", "curl -o /tmp/install.sh http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.sh<enter>",
"<wait5>", "<wait5>",
+1 -1
View File
@@ -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=tty0 console=ttyS0", " inst.notmux ",
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
cd_files = [ "distros/centos-stream/9/disc/*" ] cd_files = [ "distros/centos-stream/9/disc/*" ]
+1 -1
View File
@@ -8,7 +8,7 @@ boot_command = [
"<up>e<wait>", "<up>e<wait>",
"<down><down><end><wait>", "<down><down><end><wait>",
" inst.ks=cdrom:/ks.cfg<wait>", " inst.ks=cdrom:/ks.cfg<wait>",
" inst.notmux console=ttyS0", " inst.notmux ",
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
cd_files = ["distros/centos/7/disc/*"] cd_files = ["distros/centos/7/disc/*"]
-1
View File
@@ -16,7 +16,6 @@ boot_command = [
"debconf/frontend=noninteractive ", "debconf/frontend=noninteractive ",
"hostname={{.Name}} ", "hostname={{.Name}} ",
"domain=vagrant ", "domain=vagrant ",
"console=tty0 console=ttyS0 ",
"<f10>" "<f10>"
] ]
http_directory = "distros/debian/10/http/" http_directory = "distros/debian/10/http/"
-1
View File
@@ -16,7 +16,6 @@ boot_command = [
"debconf/frontend=noninteractive ", "debconf/frontend=noninteractive ",
"hostname={{.Name}} ", "hostname={{.Name}} ",
"domain=vagrant ", "domain=vagrant ",
"console=tty0 console=ttyS0 ",
"<f10>" "<f10>"
] ]
http_directory = "distros/debian/11/http/" http_directory = "distros/debian/11/http/"
-1
View File
@@ -16,7 +16,6 @@ boot_command = [
"debconf/frontend=noninteractive ", "debconf/frontend=noninteractive ",
"hostname={{.Name}} ", "hostname={{.Name}} ",
"domain=vagrant ", "domain=vagrant ",
"console=tty0 console=ttyS0 ",
"<f10>" "<f10>"
] ]
http_directory = "distros/debian/12/http/" http_directory = "distros/debian/12/http/"
+1 -1
View File
@@ -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=tty0 console=ttyS0<f10>" "net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux <f10>"
] ]
cd_files = [ cd_files = [
"distros/fedora/39/*.cfg" "distros/fedora/39/*.cfg"
+1 -1
View File
@@ -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=tty0 console=ttyS0<f10>" "net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux <f10>"
] ]
cd_files = [ cd_files = [
"distros/fedora/40/*.cfg" "distros/fedora/40/*.cfg"
+1 -1
View File
@@ -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=tty0 console=ttyS0<f10>" "net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/amd64-ks.cfg inst.notmux <f10>"
] ]
cd_files = [ cd_files = [
"distros/fedora/rawhide/*.cfg" "distros/fedora/rawhide/*.cfg"
-1
View File
@@ -2,6 +2,5 @@
{ {
virtualisation.virtualbox.guest = { virtualisation.virtualbox.guest = {
enable = true; enable = true;
x11 = false;
}; };
} }
-1
View File
@@ -9,7 +9,6 @@ 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=tty0 console=ttyS0",
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
http_directory = "distros/opensuse/15.5/http/" http_directory = "distros/opensuse/15.5/http/"
-1
View File
@@ -9,7 +9,6 @@ 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=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,6 @@ 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=tty0 console=ttyS0",
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
http_directory = "distros/opensuse/tumbleweed/http/" http_directory = "distros/opensuse/tumbleweed/http/"
+1 -1
View File
@@ -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=tty0 console=ttyS0", " inst.notmux ",
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
cd_files = [ "distros/rockylinux/9/disc/*" ] cd_files = [ "distros/rockylinux/9/disc/*" ]
-1
View File
@@ -7,7 +7,6 @@ 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=tty0 console=ttyS0 ",
"fsck.mode=skip ", "fsck.mode=skip ",
"locale=en_US ", "locale=en_US ",
"auto=true ", "auto=true ",
-1
View File
@@ -6,7 +6,6 @@ iso = {
} }
boot_command = [ boot_command = [
"e<down><down><down><end><bs><bs><bs>", "e<down><down><down><end><bs><bs><bs>",
"console=tty0 console=ttyS0 ",
"fsck.mode=skip ", "fsck.mode=skip ",
"locale=en_US ", "locale=en_US ",
"auto=true ", "auto=true ",
-1
View File
@@ -6,7 +6,6 @@ iso = {
} }
boot_command = [ boot_command = [
"e<down><down><down><end><bs><bs><bs>", "e<down><down><down><end><bs><bs><bs>",
"console=tty0 console=ttyS0 ",
"fsck.mode=skip ", "fsck.mode=skip ",
"locale=en_US ", "locale=en_US ",
"auto=true ", "auto=true ",
-1
View File
@@ -6,7 +6,6 @@ iso = {
} }
boot_command = [ boot_command = [
"e<down><down><down><end><bs><bs><bs>", "e<down><down><down><end><bs><bs><bs>",
"console=tty0 console=ttyS0 ",
"fsck.mode=skip ", "fsck.mode=skip ",
"locale=en_US ", "locale=en_US ",
"auto=true ", "auto=true ",