diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-02 01:25:26 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-02 01:25:26 +0100 |
commit | 22d23b4b50323682327cb7c75e585a091fcd6043 (patch) | |
tree | 118ba5ebe7038c116cd436bf380c5b99f86b4154 /config/chroot_local-hooks/03-distro | |
parent | 6d2eb9903ccc71896d5dbb03e22e7c7d4ab748cf (diff) | |
download | kanotix-22d23b4b50323682327cb7c75e585a091fcd6043.zip kanotix-22d23b4b50323682327cb7c75e585a091fcd6043.tar.gz |
added "splash" boot option.
Diffstat (limited to 'config/chroot_local-hooks/03-distro')
-rwxr-xr-x | config/chroot_local-hooks/03-distro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/03-distro b/config/chroot_local-hooks/03-distro index 7ccb5d9..adab651 100755 --- a/config/chroot_local-hooks/03-distro +++ b/config/chroot_local-hooks/03-distro @@ -11,7 +11,7 @@ rsync -Ha --ignore-existing /usr/share/kanotix/profile/ /etc/skel/ perl -pi -e 's/^(GRUB_DISTRIBUTOR)=.*/\1=`[ "\$\(uname -m\)" = "x86_64" ] && echo Kanotix64 || echo Kanotix`/' /etc/default/grub perl -pi -e 's/.*(GRUB_DISABLE_LINUX_RECOVERY)=.*/\1="true"/' /etc/default/grub -perl -pi -e 's/^(GRUB_CMDLINE_LINUX_DEFAULT)=.*/\1="quiet"/' /etc/default/grub +perl -pi -e 's/^(GRUB_CMDLINE_LINUX_DEFAULT)=.*/\1="quiet splash"/' /etc/default/grub rm -f /etc/skel/Desktop/kanotix-irc.desktop.tmp if [ -f /etc/skel/Desktop/kanotix-irc.desktop ]; then |