Debian 13 added to releases
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
distro = "debian"
|
||||
version = "13"
|
||||
iso = {
|
||||
url = "https://cdimage.debian.org/cdimage/release/13.0.0/amd64/iso-cd/debian-13.0.0-amd64-netinst.iso"
|
||||
checksum = "e363cae0f1f22ed73363d0bde50b4ca582cb2816185cf6eac28e93d9bb9e1504"
|
||||
}
|
||||
boot_command = [
|
||||
"<down>e<wait><down><down><down><end><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
||||
"auto ",
|
||||
"preseed/url=http://{{.HTTPIP}}:{{ .HTTPPort }}/preseed.cfg ",
|
||||
"ipv6.disable=1 ",
|
||||
"debian-installer=en_US locale=en_US kbd-chooser/method=us ",
|
||||
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
|
||||
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
|
||||
"keyboard-configuration/xkb-keymap=us ",
|
||||
"debconf/frontend=noninteractive ",
|
||||
"hostname={{.Name}} ",
|
||||
"domain=vagrant ",
|
||||
"<f10>"
|
||||
]
|
||||
http_directory = "distros/debian/13/http/"
|
||||
vbox_os_type = "Debian13_64"
|
||||
Reference in New Issue
Block a user