diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/i386/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index 1e0631243f..3bfad9e491 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -22,7 +22,7 @@ end makerule linuxbios.rom depends "linuxbios.strip buildrom" - action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SIZE)" + action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SECTION_SIZE)" #action "export size=`ls -l linuxbios.strip | (read p c u g size r ; echo $$size)` ; \\" #action "echo $$size ; \\" #action "dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size`" |