diff --git a/debian/README.Debian b/debian/README.Debian index ed0c992..0c1667e 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -78,15 +78,15 @@ through the Bug Tracking System to us. desktop-base ships several plymouth themes. To activate the default theme, install the plymouth and plymouth-themes packages and run: + plymouth-set-default-theme lines - plymouth-set-default-theme lines +and update the initrd by running: + update-initramfs -u Then remember to add “splash” to your kernel command line. To do that permamently, edit /etc/default/grub and add splash to the GRUB_CMDLINE_LINUX_DEFAULT variable. For example: - - GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" + GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" You may also keep the grub background and hide the kernel boot messages with: - - GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fbcon=vc:2" + GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fbcon=vc:2" diff --git a/debian/changelog b/debian/changelog index ca6d4ec..f120fb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ desktop-base (9.0.0~exp1) UNRELEASED; urgency=medium postinst script. * Remove references to long gone KDE3 globals in maintainer scripts. (Closes #659549) + * README.Debian: inform about updating initrds too. (Closes #612163) -- Coucouf Tue, 06 Sep 2016 08:14:12 +0200