README.Debian: inform about updating initrds too

This commit is contained in:
Aurélien COUDERC
2016-09-20 06:38:49 +00:00
parent 2d557cc430
commit 1a80f98ab9
2 changed files with 6 additions and 5 deletions
+5 -5
View File
@@ -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"
+1
View File
@@ -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 <coucouf@Grumly> Tue, 06 Sep 2016 08:14:12 +0200