summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index abd7d8c4a..f1b42ce7b 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -3,7 +3,7 @@
prepareBootImage() {
gunzip < $BOOTDISKDIR/bootfs.gz > $MBD_TMPIMAGE
- mount -o loop -t vfat $MBD_TMPIMAGE $MBD_BOOTTREE
+ mount -o loop,offset=16384 -t vfat $MBD_TMPIMAGE $MBD_BOOTTREE
cp $MBD_FSIMAGE $MBD_BOOTTREE/initrd.img
cp $KERNELROOT/boot/efi/vmlinux-* $MBD_BOOTTREE/vmlinux