wok diff ipxe/receipt @ rev 18677

syslinux/c32box: fix custom initrd >= 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 06 17:41:24 2015 +0100 (2015-12-06)
parents db33cd473e3e
children c0ad10db4140
line diff
     1.1 --- a/ipxe/receipt	Mon Oct 14 13:38:36 2013 +0000
     1.2 +++ b/ipxe/receipt	Sun Dec 06 17:41:24 2015 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  	OFS=$((0x28B))
     1.5  	dd if=$stuff/ipxe.cmd bs=1 of=$fs/boot/ipxe conv=notrunc \
     1.6  		seek=$OFS count=$((0xA00-$OFS))
     1.7 -	OFS=$((0x151))
     1.8 +	OFS=$((0x156))
     1.9  	unix2dos <<EOT | dd bs=1 of=$fs/boot/ipxe conv=notrunc \
    1.10  		seek=$OFS count=$((0x1F0-$OFS))
    1.11  $SHORT_DESC