diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-03 15:01:31 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-03 15:01:31 +0000 |
commit | 5cf582a912dfaff75d75b62f91dc649395e882c1 (patch) | |
tree | f3491f74b94108484396d11e382887d7829e9a32 /live | |
parent | bc403cc629ad1b2d73dccd584bc6cc5ae4721143 (diff) | |
download | drakx-5cf582a912dfaff75d75b62f91dc649395e882c1.tar drakx-5cf582a912dfaff75d75b62f91dc649395e882c1.tar.gz drakx-5cf582a912dfaff75d75b62f91dc649395e882c1.tar.bz2 drakx-5cf582a912dfaff75d75b62f91dc649395e882c1.tar.xz drakx-5cf582a912dfaff75d75b62f91dc649395e882c1.zip |
install rp-pppoe (required for Ethernet modems)
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index 4cb5b2032..f0ec354dd 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -120,7 +120,7 @@ $o = { 'ntp', #- network - 'zcip', 'tmdns', 'ethtool', + 'zcip', 'tmdns', 'ethtool', 'rp-pppoe', #- useful packages 'ndiswrapper', |