summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-09-07 09:56:50 +0000
committerFrancois Pons <fpons@mandriva.com>2000-09-07 09:56:50 +0000
commit3f7b015463a0138d3e2e1b99aef31890f2768f24 (patch)
tree554992ed542cbf1e92da9940f3d213f48e9c4888 /make_boot_img
parentad9cd7aac5a63fbffc038ea9083928aa0f2524e3 (diff)
downloaddrakx-backup-do-not-use-3f7b015463a0138d3e2e1b99aef31890f2768f24.tar
drakx-backup-do-not-use-3f7b015463a0138d3e2e1b99aef31890f2768f24.tar.gz
drakx-backup-do-not-use-3f7b015463a0138d3e2e1b99aef31890f2768f24.tar.bz2
drakx-backup-do-not-use-3f7b015463a0138d3e2e1b99aef31890f2768f24.tar.xz
drakx-backup-do-not-use-3f7b015463a0138d3e2e1b99aef31890f2768f24.zip
*** empty log message ***
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img
index 2a309d8bb..1eb721e96 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -52,6 +52,7 @@ sub initrd {
my $tmp = "$ENV{HOME}/tmp/initrd";
my $tar = "$instdir/install1_$type.$arch.tar.bz2";
-e $tar or $tar = "$instdir/install1.$arch.tar.bz2";
+ -e $tar or $tar = "$instdir/install1.tar.bz2";
__ "$sudo umount $tmp $mnt 2>/dev/null";
_ "dd if=/dev/zero of=$tmp bs=1k count=2000";