Update Fedora

This commit is contained in:
Greg Hellings
2023-08-11 20:15:50 -05:00
parent 1496b3a8bb
commit 87c3e60c58
9 changed files with 572 additions and 8 deletions
+5 -2
View File
@@ -5,6 +5,9 @@ iso = {
checksum = "66b52d7cb39386644cd740930b0bef0a5a2f2be569328fef6b1f9b3679fdc54d"
}
boot_command = [
"<up>e<down><down><end> ",
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/http/fedora/38-x86_64.ks console=tty0 console=ttyS0<f10>"
"<up>e<down><down><end> ",
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/x86_64.ks console=tty0<f10>"
]
cd_files = [
"distros/fedora/38/*.ks"
]