From 93e0970c6d78b556b2cd248920f6903dfa0e097d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 2 Dec 2003 19:11:10 +0000 Subject: we need usb/firewire support for usb/fireware cdroms! --- move/hack_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/hack_boot_img') diff --git a/move/hack_boot_img b/move/hack_boot_img index 3d564616b..1f95cce8e 100755 --- a/move/hack_boot_img +++ b/move/hack_boot_img @@ -67,7 +67,7 @@ sub initrd { my $tar = "$instdir/stage1-data/stage1-with-busybox.tar.bz2"; __ "$sudo umount $tmp $mnt 2>/dev/null"; - _ "dd if=/dev/zero of=$tmp bs=1k count=4000"; + _ "dd if=/dev/zero of=$tmp bs=1k count=" . ($arch =~ /ia64/ ? 16386 : ($type eq "all" ? 6000 : 4000)); _ "$mke2fs $tmp"; _ "$sudo mount -t ext2 $tmp $mnt -o loop"; -- cgit v1.2.1