diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-05 21:23:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-05 21:23:21 +0000 |
commit | 9ef8e55b131096c7688197295cc319f8a1c2bf10 (patch) | |
tree | bb0f21b6476099fc33f63866ffa795a122d628de /images/make_boot_img | |
parent | d2a9c87f6245451db78438429b647ea29b7d937b (diff) | |
download | drakx-9ef8e55b131096c7688197295cc319f8a1c2bf10.tar drakx-9ef8e55b131096c7688197295cc319f8a1c2bf10.tar.gz drakx-9ef8e55b131096c7688197295cc319f8a1c2bf10.tar.bz2 drakx-9ef8e55b131096c7688197295cc319f8a1c2bf10.tar.xz drakx-9ef8e55b131096c7688197295cc319f8a1c2bf10.zip |
use upstream pppd & pppoe instead of a 10 years old snapshot
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 034d2b0cf..b07817994 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -187,8 +187,9 @@ fi _ "chmod 755 $tmp_initrd/hotplug"; symlink "../hotplug", "$tmp_initrd/sbin/hotplug"; _ "install $stage1_root/init $tmp_initrd/"; - foreach ('stage1', 'pppd', 'pppoe') { - _ "install $stage1_root/$_ $tmp_initrd/sbin/"; + _ "install $stage1_root/stage1 $tmp_initrd/sbin/"; + foreach ('pppd', 'pppoe') { + _ "install /usr/sbin/${_}-diet $tmp_initrd/sbin/$_"; } if ($arch !~ /ppc|ia64/) { |