Ubuntu 18.04 working
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
distro = "ubuntu"
|
||||
arch = "x86_64"
|
||||
version = "18.04"
|
||||
iso = {
|
||||
#url = "http://releases.ubuntu.com/18.04/ubuntu-18.04.6-live-server-amd64.iso"
|
||||
#checksum = "6c647b1ab4318e8c560d5748f908e108be654bad1e165f7cf4f3c1fc43995934"
|
||||
url = "http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/ubuntu-18.04.6-server-amd64.iso"
|
||||
checksum = "f5cbb8104348f0097a8e513b10173a07dbc6684595e331cb06f93f385d0aecf6"
|
||||
}
|
||||
boot_wait = "15s"
|
||||
boot_command = [
|
||||
"<esc><wait1>",
|
||||
"<f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
||||
"auto=true priority=critical ",
|
||||
"DEBIAN_FRONTEND=noninteractive ",
|
||||
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ",
|
||||
"<enter><wait1>"
|
||||
]
|
||||
ssh_handshake_attempts = 1000
|
||||
@@ -1,10 +1,10 @@
|
||||
d-i preseed/include string /preseed/ubuntu-server-minimalvm.seed
|
||||
d-i preseed/include string ../preseed.cfg
|
||||
|
||||
d-i debian-installer/locale string en_US.UTF-8
|
||||
d-i debian-installer/language string en
|
||||
d-i debian-installer/country string US
|
||||
|
||||
d-i preseed/include string /preseed/ubuntu-server-minimalvm.seed
|
||||
d-i preseed/include string ../preseed.cfg
|
||||
|
||||
d-i console-setup/ask_detect boolean false
|
||||
|
||||
d-i keyboard-configuration/model select USA
|
||||
|
||||
Reference in New Issue
Block a user