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