wok rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents c2ca4949f52f
children c6d6e79253e1
files slitaz-boot-scripts/receipt
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Sat May 28 21:32:41 2011 +0200
     1.2 +++ b/slitaz-boot-scripts/receipt	Sat May 28 23:23:13 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-boot-scripts"
     1.7 -VERSION="4.3"
     1.8 +VERSION="4.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -64,6 +64,20 @@
    1.13  
    1.14  EOT
    1.15  	fi
    1.16 +	# Fbsplash gui boot
    1.17 +	if ! grep -q ^FBSPLASH $root/etc/rcS.conf; then
    1.18 +		cat >> $root/etc/rcS.conf << "EOT"
    1.19 +# Graphical boot with fbsplash (To easily configure use: tazfbsplash)
    1.20 +FBSPLASH="no"
    1.21 +FBSPLASH_THEME="slitaz"
    1.22 +
    1.23 +EOT
    1.24 +	fi
    1.25 +
    1.26 +	# No more hwconf.sh and i18n.sh --> system.sh
    1.27 +	sed -i s'/hwconf.sh/system.sh/' $root/etc/rcS.conf
    1.28 +	sed -i s'/i18n.sh//' $root/etc/rcS.conf
    1.29 +	
    1.30  	# Remove old desktop file
    1.31  	rm -f /usr/share/applications/boot-log.desktop
    1.32  }