Lean on defaults

This commit is contained in:
Greg Hellings
2022-06-01 10:56:48 -05:00
parent d8509a071f
commit 483f274125
8 changed files with 2 additions and 22 deletions
-3
View File
@@ -1,13 +1,10 @@
distro = "fedora"
arch = "x86_64"
version = "34"
iso = {
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/34/Server/x86_64/iso/Fedora-Server-netinst-x86_64-34-1.2.iso"
checksum = "e1a38b9faa62f793ad4561b308c31f32876cfaaee94457a7a9108aaddaeec406"
}
boot_wait = "20s"
boot_command = [
"<tab><bs><bs><bs><bs><bs>",
"net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/34-x86_64.ks console=ttyS0<enter><wait>"
]
ssh_handshake_attempts = 1000