diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-12 09:16:11 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-12 09:16:11 +0000 |
commit | 1d670748c5049176df9215876dea024c129f410e (patch) | |
tree | 01e87b31bc1ca8a01ba63f686752c2b4dfad6843 | |
parent | 5edd24c779890a9699a71173ed3909efef120019 (diff) | |
download | drakx-1d670748c5049176df9215876dea024c129f410e.tar drakx-1d670748c5049176df9215876dea024c129f410e.tar.gz drakx-1d670748c5049176df9215876dea024c129f410e.tar.bz2 drakx-1d670748c5049176df9215876dea024c129f410e.tar.xz drakx-1d670748c5049176df9215876dea024c129f410e.zip |
meuh
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make_boot_img b/make_boot_img index 79cb6ad43..02c96d163 100755 --- a/make_boot_img +++ b/make_boot_img @@ -777,8 +777,6 @@ sub boot_iso { sub drivers { my ($type, $I, $img) = @_; - my $tmp = "$ENV{HOME}/tmp/initrd"; - _ "dd if=/dev/zero of=$img bs=1k count=1440"; _ "$mke2fs $img"; _ "$sudo mount -t ext2 $img $tmp_mnt -o loop"; |