diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-17 23:29:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-17 23:29:52 +0000 |
commit | 56a0ae05980137b7673e3a583320a1b93aa2a23a (patch) | |
tree | 0169b5d19f4e4889eced9755cbb3d8d2a9a9b16f /scripts/mk-images.ia64 | |
parent | 2cd546a1fbe68cda83d1cc3807b5001d186b50cd (diff) | |
download | anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.tar.gz anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.tar.xz anaconda-56a0ae05980137b7673e3a583320a1b93aa2a23a.zip |
ia64 boot images are no longer partitioned
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r-- | scripts/mk-images.ia64 | 2 |
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 |