Rocky 10, Alma 10, and Debian 13 are not yet known by Virtualbox, so we use the generic versions of those
16 lines
447 B
HCL
16 lines
447 B
HCL
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 = "RedHat_64"
|