wok-tiny diff ipxe/receipt @ rev 153

No hard coded boot menu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 20 21:15:35 2019 +0200 (2019-09-20)
parents a41610cab1ff
children 9f53549da10d
line diff
     1.1 --- a/ipxe/receipt	Sun Feb 07 16:00:45 2016 +0100
     1.2 +++ b/ipxe/receipt	Fri Sep 20 21:15:35 2019 +0200
     1.3 @@ -17,3 +17,10 @@
     1.4  	mkdir -p $fs/boot
     1.5  	cp $SOURCES_REPOSITORY/$TARBALL $fs/boot/$PACKAGE
     1.6  }
     1.7 +
     1.8 +# Post install/remove commands for Tazpkg.
     1.9 +post_install()
    1.10 +{
    1.11 +	grep -qs ^ipxe $1/boot/bootmenu ||
    1.12 +	echo "ipxe	IPXE,web,zeb,pxe	SliTaz web boot" >> $1/boot/bootmenu
    1.13 +}