summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-17 23:29:52 +0000
committerBill Nottingham <notting@redhat.com>2001-01-17 23:29:52 +0000
commit56a0ae05980137b7673e3a583320a1b93aa2a23a (patch)
tree0169b5d19f4e4889eced9755cbb3d8d2a9a9b16f /scripts
parent2cd546a1fbe68cda83d1cc3807b5001d186b50cd (diff)
downloadanaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.tar.gz
anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.tar.xz
anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.zip
ia64 boot images are no longer partitioned
Diffstat (limited to 'scripts')
-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 1782f2402..b32781ba3 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -9,7 +9,7 @@ IDEMODULES="ide-mod ide-probe-mod ide-disk ide-cd"
prepareBootImage() {
gunzip < $BOOTDISKDIR/bootfs.gz > $MBD_TMPIMAGE
- mount -o loop,offset=16384 -t vfat $MBD_TMPIMAGE $MBD_BOOTTREE
+ mount -o loop -t vfat $MBD_TMPIMAGE $MBD_BOOTTREE
cp $MBD_FSIMAGE $MBD_BOOTTREE/initrd.img
cp $KERNELROOT/boot/efi/vmlinux-* $MBD_BOOTTREE/vmlinux