tazusb rev 19

Fix sed on *linux.msg + F1,F2, etc for help files
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 13 22:16:00 2008 +0100 (2008-03-13)
parents 621f188b0ead
children 323918d9c714
files tazusb
line diff
     1.1 --- a/tazusb	Thu Mar 13 21:11:15 2008 +0100
     1.2 +++ b/tazusb	Thu Mar 13 22:16:00 2008 +0100
     1.3 @@ -205,9 +205,6 @@
     1.4  	cat > $TARGET_ROOT/boot/$ST/$ST.$STE << _EOT_
     1.5  display $ST.msg
     1.6  default slitaz
     1.7 -timeout 40
     1.8 -implicit 0	
     1.9 -prompt 1
    1.10  label slitaz
    1.11      kernel /boot/bzImage
    1.12      append initrd=/boot/rootfs.gz rw root=/dev/null home=$UUID
    1.13 @@ -216,11 +213,18 @@
    1.14      kernel /boot/bzImage
    1.15      append initrd=/boot/previous.gz rw root=/dev/null home=$UUID
    1.16  
    1.17 +implicit 0	
    1.18 +prompt 1
    1.19 +timeout 40
    1.20 +F1 help.txt
    1.21 +F2 options.txt
    1.22 +F3 $ST.msg
    1.23 +F4 display.txt
    1.24  _EOT_
    1.25  
    1.26  	# Splash screen and help files.
    1.27  	cp /media/cdrom/boot/isolinux/isolinux.msg $TARGET_ROOT/boot/$ST/extlinux.msg
    1.28 -	sed -i s/'SliTaz GNU/Linux'/'SliTaz GNU/Linux LiveUSB'/ $TARGET_ROOT/boot/$ST/extlinux.msg
    1.29 +	sed -i s/'SliTaz GNU\/Linux'/'SliTaz GNU\/Linux LiveUSB'/ $TARGET_ROOT/boot/$ST/extlinux.msg
    1.30  	cp /media/cdrom/boot/isolinux/splash.lss $TARGET_ROOT/boot/$ST
    1.31  	cp /media/cdrom/boot/isolinux/*.txt $TARGET_ROOT/boot/$ST
    1.32  }