tazlito rev 250

tazlito/unmeta_boot: remove MENU HIDE trick
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 16:11:10 2012 +0100 (2012-03-10)
parents 5fe519d93436
children acbb83316a37
files tazlito
line diff
     1.1 --- a/tazlito	Wed Mar 07 13:53:43 2012 +0100
     1.2 +++ b/tazlito	Sat Mar 10 16:11:10 2012 +0100
     1.3 @@ -1009,7 +1009,7 @@
     1.4  		# We keep enough information to do unloram...
     1.5  		sed -i 's/label slitaz/label orgslitaz/' \
     1.6  			$root/boot/isolinux/common.cfg
     1.7 -		sed -i '/ifmem/{NNNNNNNNd};s/LABEL SliTaz [^L].*/HIDE/' \
     1.8 +		sed -i '/ifmem/{NNNNNNNNd};/^LABEL/{N;/LABEL SliTaz [^L]/{NNNd}}' \
     1.9  			$root/boot/isolinux/isolinux.cfg
    1.10  		set -- $(grep 'append [0-9]' $root/boot/isolinux/common.cfg)
    1.11  		sed -i "s/label $3\$/label slitaz/;s|=/boot/rootfs\(.*\).gz |=/boot/rootfs.gz |" \