diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | draklive-install | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- remove orphans after removing unwanted locales / hardware support + 2.17 - force regeneration of initrd in installed system diff --git a/draklive-install b/draklive-install index bba808e..319d740 100755 --- a/draklive-install +++ b/draklive-install @@ -222,6 +222,7 @@ sub remove_unused_packages { #directly using $::prefix local $::prefix; pkgs::remove_unused_packages($in, $in->do_pkgs, $o_prefix); + run_program::rooted($o_prefix, 'urpme', '--auto', '--auto-orphans'); } sub prepare_root { |