tazusb rev 90

tazusb: update DVD autoinstall
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 19 18:40:36 2011 +0200 (2011-06-19)
parents a31431a5180d
children c5c6fc9ab9eb
files tazusb
line diff
     1.1 --- a/tazusb	Tue Jun 07 12:57:35 2011 -0300
     1.2 +++ b/tazusb	Sun Jun 19 18:40:36 2011 +0200
     1.3 @@ -315,6 +315,9 @@
     1.4  	cp /media/cdrom/boot/isolinux/isolinux.cfg $TARGET_ROOT/boot/$ST/$ST.$STE
     1.5  	sed -i "s/isolinux.msg/$ST.msg/"	 $TARGET_ROOT/boot/$ST/$ST.$STE
     1.6  	
     1.7 +	# Update DVD autoinstall
     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/\(append.*\)/\1 home=$UUID/" $(grep -l append $TARGET_ROOT/boot/$ST/*)
    1.12