diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 12:33:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 12:33:09 +0000 |
commit | e966ceecf4255b80aaa670047d5d29e703e7eb6b (patch) | |
tree | 16bb8596d91a2229da9af0dc45be914ddae715c8 /move/make_live | |
parent | 1cf4227314c228df0cf1a8747298e462f6ade37e (diff) | |
download | drakx-backup-do-not-use-e966ceecf4255b80aaa670047d5d29e703e7eb6b.tar drakx-backup-do-not-use-e966ceecf4255b80aaa670047d5d29e703e7eb6b.tar.gz drakx-backup-do-not-use-e966ceecf4255b80aaa670047d5d29e703e7eb6b.tar.bz2 drakx-backup-do-not-use-e966ceecf4255b80aaa670047d5d29e703e7eb6b.tar.xz drakx-backup-do-not-use-e966ceecf4255b80aaa670047d5d29e703e7eb6b.zip |
add dhcp-client
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index 2a2a3aa6b..5c9b2f56f 100755 --- a/move/make_live +++ b/move/make_live @@ -35,7 +35,7 @@ sub installPackages { qw(mountloop), #- crypted folders qw(dnotify), #- notification of /etc changes qw(mandrake_doc-en), #- doesn't get installed by DOCS :/ - qw(zcip dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl), #- network conf + qw(zcip dhcp-client dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl), #- network conf ], }); |