summaryrefslogtreecommitdiff
path: root/profiles/wheezy/classes/Admin/apt/auto/core.yml
blob: 76d082719293346e111fc10cbc40fc481a2a203c (plain)
  1. #TODO: Stop install bash-completion or uuid-runtime when bug fixed in stable
  2. #FIXME: File bugreport about bash-completion and uuid-runtime not installed
  3. classes:
  4. - Admin.apt.auto.functions
  5. parameters:
  6. doc:
  7. admin:
  8. tweak:
  9. - fix mark auto-installed essential packages + dependencies (bug#742977)
  10. pkg:
  11. - bash-completion
  12. - uuid-runtime
  13. pkg-auto:
  14. - aptitude-common
  15. - bash-completion
  16. - grub-common
  17. - isc-dhcp-common
  18. - tasksel-data
  19. - uuid-runtime
  20. tweak:
  21. - >
  22. chroot /target apt-mark auto \
  23. $(_pkganddeepdeps $(_pkgessentials) apt linux-image-*)