Make the build work on Debian 10

This commit is contained in:
Jan Dittberner 2020-03-02 11:38:20 +01:00
parent d201b6e36c
commit 7983c85acf

View file

@ -69,22 +69,22 @@
"boot_wait": "10s",
"boot_command": [
"<esc><wait>",
"install <wait>",
"install ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer/locale=en_US <wait>",
"auto <wait>",
"netcfg/get_hostname={{ .Name }} <wait>",
"netcfg/get_domain=demo.local <wait>",
"fb=false <wait>",
"debconf/frontend=noninteractive <wait>",
"console-setup/ask_detect=false <wait>",
"console-keymaps-at/keymap=de <wait>",
"keyboard-configuration/xkb-keymap=de <wait>",
"<enter><wait>"
"debian-installer/locale=en_US ",
"auto ",
"netcfg/get_hostname={{ .Name }} ",
"netcfg/get_domain=demo.local ",
"fb=false ",
"debconf/frontend=noninteractive ",
"console-setup/ask_detect=false ",
"console-keymaps-at/keymap=de ",
"keyboard-configuration/xkb-keymap=de ",
"<enter>"
],
"memory": "1024",
"qemuargs": [
["-display", "sdl"]
["-display", "gtk"]
]
}
],