summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwan@mandriva.org>2003-06-16 15:39:14 +0000
committerErwan Velu <erwan@mandriva.org>2003-06-16 15:39:14 +0000
commit1b31ad42916c948c2a2bfec3d85c285bf63811d8 (patch)
tree9f95e7898e78bfc6e237ee30b655691765252da1
parent990cb83871ba1669dfcb49659a8ed18b72bae873 (diff)
downloaddrakx-1b31ad42916c948c2a2bfec3d85c285bf63811d8.tar
drakx-1b31ad42916c948c2a2bfec3d85c285bf63811d8.tar.gz
drakx-1b31ad42916c948c2a2bfec3d85c285bf63811d8.tar.bz2
drakx-1b31ad42916c948c2a2bfec3d85c285bf63811d8.tar.xz
drakx-1b31ad42916c948c2a2bfec3d85c285bf63811d8.zip
enabling ka-mode in x86_64
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index 2bbca5ae6..f67593615 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -232,7 +232,7 @@ sub boot_img_x86_64 {
__ "$sudo umount $mnt 2>/dev/null";
- _ "dd if=/dev/zero of=$img bs=1k count=1440";
+ _ "dd if=/dev/zero of=$img bs=1k count=" . ($type eq "ka" ? 2880 : 1440);
_ "/sbin/mkfs.vfat $img";
_ "$sudo syslinux -s $img";
_ "$sudo mount -t vfat -o umask=0 $img $mnt -o loop";