File: core.yml

package info (click to toggle)
boxer-data 6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,008 kB
  • ctags: 5
  • sloc: makefile: 21
file content (22 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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:
    - bash-completion
    - grub-common
    - isc-dhcp-common
    - tasksel-data
    - uuid-runtime
  tweak:
    - >
      chroot /target apt-mark auto \
        $(_pkganddeepdeps $(_pkgessentials) apt linux-image-*)