diff options
-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 ], }); |