diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-11-20 22:39:00 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-11-20 22:39:00 +0100 |
commit | 79ba20ae2c3bf3a32850ab370282b33787248ed5 (patch) | |
tree | 10e1f1ba5fb04ac7d531b047e96fa74ec7f2de53 | |
parent | ee7d6f2bb32fb0b28e3b93b0e288e5258394d3de (diff) | |
download | kanotix-79ba20ae2c3bf3a32850ab370282b33787248ed5.zip kanotix-79ba20ae2c3bf3a32850ab370282b33787248ed5.tar.gz |
enable plymouth (with "splash" bootappend)
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index fbce55c..0b7ed72 100755 --- a/auto/config +++ b/auto/config @@ -16,7 +16,7 @@ lb config noauto \ --debian-installer false \ --apt aptitude \ --apt-recommends false \ - --bootappend-live 'quiet utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' \ + --bootappend-live 'splash utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' \ --distribution squeeze \ --archive-areas "main contrib non-free" \ --repositories "live.debian.net acritox excalibur hellfire" \ |