From 398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 May 2004 09:54:05 +0000 Subject: blank.img has been removed, so remove special code handling it --- make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index af4d65fb4..e5a06f076 100755 --- a/make_boot_img +++ b/make_boot_img @@ -112,7 +112,7 @@ sub initrd { install_stripped("$instdir/$install", "$mnt/sbin/stage1"); } - if (member($type, qw(network network_gigabit_usb all blank))) { + if (member($type, qw(network network_gigabit_usb all))) { install_stripped("$instdir/ppp/pppd-bin", "$mnt/sbin/pppd"); install_stripped("$instdir/rp-pppoe/pppoe-bin", "$mnt/sbin/pppoe"); _ "$sudo mknod $mnt/dev/ppp c 108 0"; -- cgit v1.2.1