summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-12 09:16:11 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-12 09:16:11 +0000
commit1d670748c5049176df9215876dea024c129f410e (patch)
tree01e87b31bc1ca8a01ba63f686752c2b4dfad6843 /make_boot_img
parent5edd24c779890a9699a71173ed3909efef120019 (diff)
downloaddrakx-1d670748c5049176df9215876dea024c129f410e.tar
drakx-1d670748c5049176df9215876dea024c129f410e.tar.gz
drakx-1d670748c5049176df9215876dea024c129f410e.tar.bz2
drakx-1d670748c5049176df9215876dea024c129f410e.tar.xz
drakx-1d670748c5049176df9215876dea024c129f410e.zip
meuh
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
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";