diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 10:10:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-03 10:10:18 +0000 |
commit | a24ecedcd1ea63f3c8cb9668fbd7567704a54dd0 (patch) | |
tree | f81a54459de3429ef1e046fa952f048c199bf8fb | |
parent | 03ea304b91f03a95b9617dc7e83d473808172689 (diff) | |
download | drakx-a24ecedcd1ea63f3c8cb9668fbd7567704a54dd0.tar drakx-a24ecedcd1ea63f3c8cb9668fbd7567704a54dd0.tar.gz drakx-a24ecedcd1ea63f3c8cb9668fbd7567704a54dd0.tar.bz2 drakx-a24ecedcd1ea63f3c8cb9668fbd7567704a54dd0.tar.xz drakx-a24ecedcd1ea63f3c8cb9668fbd7567704a54dd0.zip |
network_usb, network_gigabit and network_gigabit_usb are already dead
-rwxr-xr-x | make_boot_img | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/make_boot_img b/make_boot_img index e5a06f076..ddfd09721 100755 --- a/make_boot_img +++ b/make_boot_img @@ -101,9 +101,6 @@ sub initrd { { my $install = ${{ network => "stage1-network", - network_gigabit => "stage1-network", - network_usb => "stage1-network-usb", - network_gigabit_usb => "stage1-network-usb", cdrom => "stage1-cdrom", hd => "stage1-disk", hdcdrom_usb => "stage1-medias-usb", @@ -112,7 +109,7 @@ sub initrd { install_stripped("$instdir/$install", "$mnt/sbin/stage1"); } - if (member($type, qw(network network_gigabit_usb all))) { + if (member($type, qw(network 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"; |