X-Git-Url: https://git.realraum.at/?p=noc.git;a=blobdiff_plain;f=ansible%2Froles%2Fpreseed%2Ftemplates%2Fpreseed_ubuntu-bionic.cfg.j2;h=af6af41d2c6ef5610f31d9a2eb681a4f9191688e;hp=7d8aacfc53ed6f5eee8174361a41079954edc478;hb=7240d3f90cf4b1f9a0b0fddb43b49fbb0a37211e;hpb=66e930078474421bc1c8c7296468537c9753f2d6 diff --git a/ansible/roles/preseed/templates/preseed_ubuntu-bionic.cfg.j2 b/ansible/roles/preseed/templates/preseed_ubuntu-bionic.cfg.j2 index 7d8aacf..af6af41 100644 --- a/ansible/roles/preseed/templates/preseed_ubuntu-bionic.cfg.j2 +++ b/ansible/roles/preseed/templates/preseed_ubuntu-bionic.cfg.j2 @@ -11,6 +11,8 @@ d-i console-setup/ask_detect boolean false d-i keyboard-configuration/xkb-keymap select us d-i keyboard-configuration/layoutcode string us +d-i hw-detect/load_firmware boolean false + d-i netcfg/disable_dhcp boolean true d-i netcfg/choose_interface select {{ install_interface | default(hostvars[hostname].network_cooked.primary.interface) }} d-i netcfg/disable_autoconfig boolean false