summaryrefslogtreecommitdiff
path: root/profiles/wheezy/classes/Admin/apt/auto/core.yml
blob: fdf88929b020bc36ea84507aaa8f58756321d379 (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. - bash-completion
  15. - grub-common
  16. - isc-dhcp-common
  17. - tasksel-data
  18. - uuid-runtime
  19. tweak:
  20. - >
  21. chroot /target apt-mark auto \
  22. $(_pkganddeepdeps $(_pkgessentials) apt linux-image-*)