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
+4 -1
View File
@@ -6,5 +6,8 @@ iso = {
}
boot_command = [
"<up>e<down><down><end> ",
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/http/fedora/37-x86_64.ks console=tty0 console=ttyS0<f10>"
"net.ifnames=0 biosdevnames=0 inst.ks=cdrom:/x86_64.ks console=tty0<f10>"
]
cd_files = [
"distros/fedora/37/*.ks"
]