Skip to content
  • intrigeri's avatar
    Install all "Priority: standard" packages via an explicit packages list... · 6e170f3f
    intrigeri authored
    Install all "Priority: standard" packages via an explicit packages list instead of via --tasks (refs: #15690)
    
    This will make it easier to remove some of these packages from the list
    of those that should be installed in the first place, as opposed to letting them
    be installed by tasksel only to uninstall them later.
    
    I've seeded tails-000-standard.list with the output of:
    
      tasksel --task-packages standard | sort
    
    … run on a clean Stretch system.
    
    Also:
    
     * live-build forcibly translates --packages-lists="standard" into "tasksel
       install standard", so to make this change effective we also need to switch
       to "--packages-lists minimal" or "--packages-lists none". The former has
       problematic side-effects so let's use the latter.
    
     * Add to tails-common.list some of the packages that were previously installed
       automatically, e.g. via live-build's lists/standard → lists/minimal.
    6e170f3f