|
| 1 | +--- |
| 2 | +name: trixie-arm64-slim |
| 3 | +mmdebstrap: |
| 4 | + architectures: |
| 5 | + - arm64 |
| 6 | + mode: auto |
| 7 | + variant: custom |
| 8 | + suite: trixie |
| 9 | + mirrors: |
| 10 | + - deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware |
| 11 | + - deb http://deb.debian.org/debian-security trixie-security main contrib non-free non-free-firmware |
| 12 | + - deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware |
| 13 | + packages: |
| 14 | + - findutils |
| 15 | + - dpkg |
| 16 | + - libc-bin |
| 17 | + - base-files |
| 18 | + - base-passwd |
| 19 | + - debianutils |
| 20 | + - bash |
| 21 | + - diffutils |
| 22 | + - util-linux |
| 23 | + - sed |
| 24 | + - grep |
| 25 | + - gzip |
| 26 | + - udev |
| 27 | + - e2fsprogs |
| 28 | + - login |
| 29 | + - linux-sysctl-defaults |
| 30 | + setup-hooks: |
| 31 | + - mkdir -p $1/usr/bin |
| 32 | + - ln -s bash $1/usr/bin/sh |
| 33 | + essential-hooks: |
| 34 | + - echo tzdata tzdata/Areas select "$IGconf_device_timezone_area" |
| 35 | + | chroot $1 debconf-set-selections |
| 36 | + - echo tzdata tzdata/Zones/$IGconf_device_timezone_area select "$IGconf_device_timezone_city" |
| 37 | + | chroot $1 debconf-set-selections |
| 38 | + - echo locales locales/locales_to_be_generated multiselect "$IGconf_device_locale1" |
| 39 | + | chroot $1 debconf-set-selections |
| 40 | + - echo locales locales/default_environment_locale select "$IGconf_device_locale1" |
| 41 | + | chroot $1 debconf-set-selections |
| 42 | + - echo keyboard-configuration keyboard-configuration/variant select "$IGconf_device_keyboard_layout" |
| 43 | + | chroot $1 debconf-set-selections |
| 44 | + - echo keyboard-configuration keyboard-configuration/xkb-keymap select "$IGconf_device_keyboard_keymap" |
| 45 | + | chroot $1 debconf-set-selections |
| 46 | + aptopts: |
| 47 | + - APT::Install-Suggests "false" |
| 48 | + - APT::Install-Recommends "false" |
| 49 | + dpkgopts: |
| 50 | + - path-exclude=/usr/share/man/* |
| 51 | + - path-include=/usr/share/man/man[1-9]/* |
| 52 | + - path-exclude=/usr/share/locale/* |
| 53 | + - path-include=/usr/share/locale/locale.alias |
| 54 | + - path-exclude=/usr/share/doc/* |
| 55 | + - path-include=/usr/share/doc/*/copyright |
| 56 | + - path-include=/usr/share/doc/*/changelog.Debian.* |
| 57 | + - path-exclude=/usr/share/{doc,info,man,omf,help,gnome/help}/* |
| 58 | + - path-exclude=/usr/share/lintian/* |
0 commit comments