wok-current diff etherboot/receipt @ rev 20210

syslinux: remove memtest & ipxe entries
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 11:14:17 2018 +0100 (2018-02-24)
parents fcdd50638150
children 3705d68ed8f3
line diff
     1.1 --- a/etherboot/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/etherboot/receipt	Sat Feb 24 11:14:17 2018 +0100
     1.3 @@ -42,4 +42,10 @@
     1.4  	echo "You can create pxe/nbi boot floppy with:"
     1.5  	echo "# cp /usr/share/boot/etherboot /dev/fd0"
     1.6  	echo "----"
     1.7 +	[ -s $1/boot/isolinux/isolinux.cfg ] &&
     1.8 +	! grep -qs 'Web Boot' $1/boot/isolinux/isolinux.cfg &&
     1.9 +	sed -i 's|i18n.cfg|&\n\
    1.10 +LABEL web zeb\
    1.11 +	MENU LABEL Web Boot\
    1.12 +	KERNEL /boot/etherboot|' $1/boot/isolinux/isolinux.cfg
    1.13  }