summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2016-09-20 06:38:49 +0000
committerAurélien COUDERC <zecoucou@free.fr>2016-09-20 06:38:49 +0000
commit1a80f98ab93f95f8476eadf2f0a45a3d50cf4ba7 (patch)
treef63c695bbd2caffc5f668d9c62ae737ce9c272bf /debian/README.Debian
parent2d557cc430f38b861c7ed200ecdab7635f2bb58d (diff)
README.Debian: inform about updating initrds too
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian10
1 files changed, 5 insertions, 5 deletions
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"