Rocky 10 and 9.6 release

This commit is contained in:
Greg Hellings
2025-08-17 02:20:16 -05:00
parent 80ea1ffb4b
commit b0e1e83aea
8 changed files with 200 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
distro = "rockylinux"
version = "10"
iso = {
url = "https://download.rockylinux.org/pub/rocky/10.0/isos/x86_64/Rocky-10.0-x86_64-boot.iso"
checksum = "2bb073606d8d83cbd3c0e25c5e6cd8e5c60c0e989e6e84f0c415c05e163640d3"
}
boot_command = [
"<up>e<wait>",
"<down><down><end><wait>",
" inst.text inst.ks=cdrom:/ks.cfg",
" inst.notmux ",
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/rockylinux/10/disc/*" ]
vbox_os_type = "RedHat10_64"