21 lines
488 B
HCL
21 lines
488 B
HCL
distro = "ubuntu"
|
|
version = "24.04"
|
|
iso = {
|
|
url = "http://releases.ubuntu.com/24.04/ubuntu-24.04-live-server-amd64.iso"
|
|
checksum = "8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3"
|
|
}
|
|
boot_command = [
|
|
"e<down><down><down><end><bs><bs><bs>",
|
|
"console=tty0 console=ttyS0 ",
|
|
"fsck.mode=skip ",
|
|
"locale=en_US ",
|
|
"auto=true ",
|
|
"priority=critical ",
|
|
"autoinstall",
|
|
"<F10>",
|
|
]
|
|
cd_files = [
|
|
"distros/ubuntu/24.04/disc/*"
|
|
]
|
|
vbox_os_type = "Ubuntu24_64"
|