summaryrefslogtreecommitdiff
path: root/profiles/wheezy/classes/Admin/apt/auto/core.yml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/wheezy/classes/Admin/apt/auto/core.yml')
-rw-r--r--profiles/wheezy/classes/Admin/apt/auto/core.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/profiles/wheezy/classes/Admin/apt/auto/core.yml b/profiles/wheezy/classes/Admin/apt/auto/core.yml
new file mode 100644
index 0000000..76d0827
--- /dev/null
+++ b/profiles/wheezy/classes/Admin/apt/auto/core.yml
@@ -0,0 +1,23 @@
+#TODO: Stop install bash-completion or uuid-runtime when bug fixed in stable
+#FIXME: File bugreport about bash-completion and uuid-runtime not installed
+classes:
+ - Admin.apt.auto.functions
+parameters:
+ doc:
+ admin:
+ tweak:
+ - fix mark auto-installed essential packages + dependencies (bug#742977)
+ pkg:
+ - bash-completion
+ - uuid-runtime
+ pkg-auto:
+ - aptitude-common
+ - bash-completion
+ - grub-common
+ - isc-dhcp-common
+ - tasksel-data
+ - uuid-runtime
+ tweak:
+ - >
+ chroot /target apt-mark auto \
+ $(_pkganddeepdeps $(_pkgessentials) apt linux-image-*)