From e64f204248aefd6ccd394a37879586fc9611e500 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 31 Oct 2020 19:13:38 +0100 Subject: ubuntu preseed files clean handling of splash screen --- roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2') diff --git a/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2 index 5ea76342..a62956af 100644 --- a/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2 +++ b/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2 @@ -57,6 +57,8 @@ d-i clock-setup/ntp boolean false {% if preseed_virtual_machine %} d-i base-installer/kernel/image string linux-virtual {% endif %} +d-i debian-installer/splash boolean false + d-i base-installer/install-recommends boolean false d-i apt-setup/security_host string {{ apt_repo_providers[hostvars[install_hostname].apt_repo_provider].ubuntu.host }} d-i apt-setup/security_path string {{ apt_repo_providers[hostvars[install_hostname].apt_repo_provider].ubuntu.path }} @@ -76,8 +78,6 @@ d-i finish-install/reboot_in_progress note d-i preseed/late_command string \ lvremove -f {{ hostvars[install_hostname].host_name }}/dummy; \ in-target bash -c "apt-get update -q && apt-get full-upgrade -y -q"; \ - in-target bash -c "sed -e 's/^\(GRUB_CMDLINE_LINUX_DEFAULT=.*\)splash/\1/' -i /etc/default/grub"; \ - in-target bash -c "update-grub"; \ in-target bash -c "sed -e 's/^allow-hotplug/auto/' -i /etc/network/interfaces"; \ {% if preseed_force_net_ifnames_policy is defined %} mkdir -p /target/etc/systemd/network; \ -- cgit v1.2.3