summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2014-12-03 13:03:51 +0000
committerAurélien COUDERC <zecoucou@free.fr>2014-12-03 13:03:51 +0000
commitd3c052148291fb8b3c210e88d317e5e77f04168f (patch)
treeed207c4d15d61b3c1ad1027f22fb0e68411c5e35 /debian/README.Debian
parentffa2b96ed277c784a7e66a9fd3c1c5046cf5a826 (diff)
Add plymouth Lines theme
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian11
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index d26beaf..22f42c6 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -75,9 +75,14 @@ through the Bug Tracking System to us.
5. Boot splash
-desktop-base ships a plymouth theme. If you want to activate it, install
-plymouth and run:
+desktop-base ships several plymouth themes. To activate the default theme,
+install the plymouth and plymouth-themes packages and run:
- plymouth-set-default-theme joy
+ plymouth-set-default-theme lines
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"
+