diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index a3bc1cf0b..a02b1e452 100644 --- a/move/move.pm +++ b/move/move.pm @@ -450,6 +450,8 @@ sub install2::configMove { modules::load_category('multimedia/sound'); enable_service('sound'); + detect_devices::isLaptop() or enable_service('numlock'); + $o->{useSupermount} = 1; fs::set_removable_mntpoints($o->{all_hds}); fs::set_all_default_options($o->{all_hds}, %$o, lang::fs_options($o->{locale})); |