installer: fix plymouth boot screen not enabled in the installed system

This commit is contained in:
nodiscc
2021-10-26 22:04:51 +02:00
parent b3f487f3fc
commit 915e7073c1

View File

@@ -482,7 +482,7 @@ d-i finish-install/reboot_in_progress note
# packages and run commands in the target system.
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
d-i preseed/late_command string \
in-target sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/'; \
in-target sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/' /etc/default/grub; \
in-target grub-mkconfig -o /boot/grub/grub.cfg
# By default, the system's locate database will be updated after the