diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 14:45:45 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 14:45:45 +0000 |
commit | f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0 (patch) | |
tree | bd3e850754712ea731eff1d1e288288a95665c31 /move | |
parent | d6c7a21b97fb99c73fd7e2a831371f053e474be6 (diff) | |
download | drakx-f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0.tar drakx-f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0.tar.gz drakx-f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0.tar.bz2 drakx-f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0.tar.xz drakx-f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0.zip |
dnotify needed
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 4cb5a729c..6978a0d43 100755 --- a/move/make_live +++ b/move/make_live @@ -33,6 +33,7 @@ sub installPackages { qw(XFree86-server XFree86-xfs XFree86-FBDev), qw(acpi acpid), #- so that removing acpi=ht will work qw(mountloop), #- crypted folders + qw(dnotify), #- notification of /etc changes qw(zcip dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl), #- network conf ], }); |