tazusb rev 133

Tiny update for extlinux
author Paul Issott <paul@slitaz.org>
date Sun May 13 13:29:55 2012 +0100 (2012-05-13)
parents b6543d6f42c6
children 7650aec9a951
files tazusb
line diff
     1.1 --- a/tazusb	Tue May 01 12:54:18 2012 +0200
     1.2 +++ b/tazusb	Sun May 13 13:29:55 2012 +0100
     1.3 @@ -300,10 +300,10 @@
     1.4  	cp /media/cdrom/boot/isolinux/isolinux.cfg $TARGET_ROOT/boot/$ST/$ST.$STE
     1.5  	
     1.6  	# Update DVD autoinstall
     1.7 -	sed -i "s/LABEL=packages-[^,]*/UUID=$UUID/g" $(grep -l append $TARGET_ROOT/boot/$ST/*)
     1.8 +	sed -i "s/LABEL=packages-[^,]*/UUID=$UUID/g" $(grep -l APPEND $TARGET_ROOT/boot/$ST/*)
     1.9  	 
    1.10 -	# Add home= to append in extlinux or syslinux.cfg
    1.11 -	sed -i -e "s/\(root=.*\)/\1 home=$UUID/" $(grep -l append $TARGET_ROOT/boot/$ST/*)
    1.12 +	# Add home= to APPEND in extlinux or syslinux.cfg
    1.13 +	sed -i -e "s/\(root=.*\)/\1 home=$UUID/" $(grep -l APPEND $TARGET_ROOT/boot/$ST/*)
    1.14  	
    1.15  	# Splash screen and help files.
    1.16  	cp /media/cdrom/boot/isolinux/splash.* $TARGET_ROOT/boot/$ST