diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 09:54:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 09:54:05 +0000 |
commit | 398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e (patch) | |
tree | 39b997e34a55d8218030ba3b5bf640246afd3d69 /make_boot_img | |
parent | 7e97be4647322b29d7218bac9b078a0d6b294afd (diff) | |
download | drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.gz drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.bz2 drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.tar.xz drakx-398eb0953c8d865ea1c76ce76aa26eb1fe4d3a4e.zip |
blank.img has been removed, so remove special code handling it
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |