diff options
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index ad0c127e7..ae0db6e7d 100755 --- a/move/make_live +++ b/move/make_live @@ -29,7 +29,10 @@ sub installPackages { install_any::setPackages(my $o = $::o = { prefix => $::prefix, meta_class => 'desktop', - default_packages => [ qw(XFree86-server XFree86-xfs XFree86-FBDev) ], + default_packages => [ + qw(XFree86-server XFree86-xfs XFree86-FBDev), + qw(acpi acpid) #- so that removing acpi=ht will work + ], }); my %compssUsersChoice = map { $_ => 1 } map { @{$_->{flags}} } values %{$o->{compssUsers}}; |