summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-06-18 19:16:46 +0000
committerBill Nottingham <notting@redhat.com>2000-06-18 19:16:46 +0000
commitd812168fd9321c0d705bdabaa2e84ac297c66741 (patch)
tree7385b7b8c8a533e745362e26d83de290a4092a90 /scripts/mk-images.ia64
parentd46c0d05963ccd36e1fbcf6babf4d35af0c137e7 (diff)
downloadanaconda-d812168fd9321c0d705bdabaa2e84ac297c66741.tar.gz
anaconda-d812168fd9321c0d705bdabaa2e84ac297c66741.tar.xz
anaconda-d812168fd9321c0d705bdabaa2e84ac297c66741.zip
deal with partitioned bootfs
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