summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index 85f10856d..1d9daecd0 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -95,7 +95,7 @@ sub boot_img_i386 {
_ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo.img.bz2 > $img";
$automatic = "automatic=method:cdrom" if ($type eq "cdrom");
}
- _ "$sudo mount -t msdos -o umask=0 $img $mnt -o loop";
+ _ "$sudo mount -t vfat -o umask=0 $img $mnt -o loop";
_ "cat vmlinuz > $mnt/vmlinuz" if $type !~ /blank/;
-f "$type.rdz" ? _ "cp -f $type.rdz $mnt" : initrd("${mnt}2", "$mnt/$type.rdz");