diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 10:12:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 10:12:39 +0000 |
commit | 91ee9b46829adb37080f18c2ccc134a43580ed0d (patch) | |
tree | 892cfecc0f069fcec320ed2f45e52ef59d442deb | |
parent | 1662683cd8f36ba4b5c45e31fb3913c8c0984628 (diff) | |
download | drakx-91ee9b46829adb37080f18c2ccc134a43580ed0d.tar drakx-91ee9b46829adb37080f18c2ccc134a43580ed0d.tar.gz drakx-91ee9b46829adb37080f18c2ccc134a43580ed0d.tar.bz2 drakx-91ee9b46829adb37080f18c2ccc134a43580ed0d.tar.xz drakx-91ee9b46829adb37080f18c2ccc134a43580ed0d.zip |
we need package "mountloop" for crypted folders
-rwxr-xr-x | move/make_live | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index 920b2d217..8939017b0 100755 --- a/move/make_live +++ b/move/make_live @@ -31,7 +31,8 @@ sub installPackages { meta_class => 'desktop', default_packages => [ qw(XFree86-server XFree86-xfs XFree86-FBDev), - qw(acpi acpid) #- so that removing acpi=ht will work + qw(acpi acpid), #- so that removing acpi=ht will work + qw(mountloop), #- crypted folders ], }); |