21 lines
495 B
HCL
21 lines
495 B
HCL
distro = "ubuntu"
|
|
version = "22.04"
|
|
iso = {
|
|
url = "https://releases.ubuntu.com/22.04/ubuntu-22.04.4-live-server-amd64.iso"
|
|
checksum = "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2"
|
|
}
|
|
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/22.04/disc/*"
|
|
]
|
|
vbox_os_type = "Ubuntu22_LTS_64"
|