Get all the outputs

This commit is contained in:
Greg Hellings
2024-07-13 00:18:40 -05:00
parent dc6a77049c
commit 6d29120dc5
18 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ boot_command = [
"debconf/frontend=noninteractive ",
"hostname={{.Name}} ",
"domain=vagrant ",
"console=ttyS0 ",
"console=tty0 console=ttyS0 ",
"<f10>"
]
http_directory = "distros/debian/10/http/"
+1 -1
View File
@@ -16,7 +16,7 @@ boot_command = [
"debconf/frontend=noninteractive ",
"hostname={{.Name}} ",
"domain=vagrant ",
"console=ttyS0 ",
"console=tty0 console=ttyS0 ",
"<f10>"
]
http_directory = "distros/debian/11/http/"
+1 -1
View File
@@ -16,7 +16,7 @@ boot_command = [
"debconf/frontend=noninteractive ",
"hostname={{.Name}} ",
"domain=vagrant ",
"console=ttyS0 ",
"console=tty0 console=ttyS0 ",
"<f10>"
]
http_directory = "distros/debian/12/http/"