wok-tiny diff ipxe/receipt @ rev 126

Update config_form()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 19:39:46 2017 +0100 (2017-02-12)
parents 2cc2f08d75b7
children bd7b94f2c7d0
line diff
     1.1 --- a/ipxe/receipt	Sun Feb 07 14:42:58 2016 +0100
     1.2 +++ b/ipxe/receipt	Sun Feb 12 19:39:46 2017 +0100
     1.3 @@ -15,5 +15,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/boot
     1.7 -	cp $SOURCES_REPOSITORY/$TARBALL $fs/boot
     1.8 +	cp $SOURCES_REPOSITORY/$TARBALL $fs/boot/$PACKAGE
     1.9  }