summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-10-15 13:37:17 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-10-15 13:37:17 +0000
commitfccd708a31b5118008dd44bfcbc2848d38d2ff1c (patch)
tree3528fe55d7487c96cbc1190abe707f86bd6f7daa
parent12966c51cc45d31be2d263bb3dc76e66dfdb9473 (diff)
downloaddrakx-fccd708a31b5118008dd44bfcbc2848d38d2ff1c.tar
drakx-fccd708a31b5118008dd44bfcbc2848d38d2ff1c.tar.gz
drakx-fccd708a31b5118008dd44bfcbc2848d38d2ff1c.tar.bz2
drakx-fccd708a31b5118008dd44bfcbc2848d38d2ff1c.tar.xz
drakx-fccd708a31b5118008dd44bfcbc2848d38d2ff1c.zip
remove boot image (bmp)
-rwxr-xr-xmake_boot_img7
1 files changed, 0 insertions, 7 deletions
diff --git a/make_boot_img b/make_boot_img
index b2f7d8fbb..351db2e0f 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -226,13 +226,6 @@ sub boot_img_i386 {
__ "$sudo umount $mnt 2>/dev/null";
- if ($type eq "hd") {
- _ "bunzip2 -c $instdir/init-data/msgboot.img.bz2 > $img";
- } elsif ($type eq "all" || $type eq "ka") {
- _ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo-2880.img.bz2 > $img";
- } else {
- _ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo.img.bz2 > $img";
- }
_ "dd if=/dev/zero of=$img bs=1k count=" . ($type eq 'all' ? 2880 : 1440);
_ "mkdosfs -f 1 -r 16 -s 2 $img"; # keep the FAT bookkeeping as small as possible