wok diff etherboot/receipt @ rev 538

Etherboot: can boot with grub too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 21:55:02 2008 +0000 (2008-04-10)
parents df5413de00c0
children 4a87a0aa0476
line diff
     1.1 --- a/etherboot/receipt	Tue Apr 08 13:24:00 2008 +0000
     1.2 +++ b/etherboot/receipt	Thu Apr 10 21:55:02 2008 +0000
     1.3 @@ -14,7 +14,8 @@
     1.4  {
     1.5  	cd $src/src
     1.6  	patch -p2 < ../../stuff/etherboot-net.u
     1.7 -	make bin/etherboot-net.zdsk
     1.8 +	patch -p2 < ../../stuff/etherboot-prefix.u
     1.9 +	make bin/etherboot-net.zlilo
    1.10  }
    1.11  
    1.12  
    1.13 @@ -22,7 +23,7 @@
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/share/boot
    1.17 -	cp $src/src/bin/etherboot-net.zdsk $fs/usr/share/boot/etherboot
    1.18 +	cp $src/src/bin/etherboot-net.zlilo $fs/usr/share/boot/etherboot
    1.19  }
    1.20  
    1.21  # Pre and post install commands for Tazpkg.