http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[build] Pad .hd image type to 32 KB
[people/pcmattman/gpxe.git]
/
src
/
arch
/
i386
/
Makefile.pcbios
diff --git
a/src/arch/i386/Makefile.pcbios
b/src/arch/i386/Makefile.pcbios
index
d404456
..
ff55559
100644
(file)
--- a/
src/arch/i386/Makefile.pcbios
+++ b/
src/arch/i386/Makefile.pcbios
@@
-31,7
+31,7
@@
MEDIA += exe
#
PAD_rom = $(PADIMG) --blksize=512 --byte=0xff $@
PAD_dsk = $(PADIMG) --blksize=512 $@
#
PAD_rom = $(PADIMG) --blksize=512 --byte=0xff $@
PAD_dsk = $(PADIMG) --blksize=512 $@
-PAD_hd = $(PADIMG) --blksize=
512
$@
+PAD_hd = $(PADIMG) --blksize=
32768
$@
# rule to make a non-emulation ISO boot image
NON_AUTO_MEDIA += iso
# rule to make a non-emulation ISO boot image
NON_AUTO_MEDIA += iso