1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
# Stub data file for shellcheck runs.
# shellcheck shell=sh
# shellcheck disable=SC2034 # The point of our whole existence is to conflict with SC2034.
# ARCH is defaulted in grml-debootstrap, so it is never empty.
ARCH=amd64
# defaulted
CHROOT_SCRIPTS=yes
# defaulted (conditional, but always set)
COMPONENTS=main
# defaulted
CONFFILES=/etc/debootstrap
# defaulted
DEBCONF=yes
# defaulted
DEBIAN_FRONTEND=noninteractive
# defaulted
DEFAULT_LANGUAGE=en_US:en
# defaulted
DEFAULT_LOCALES=en_US.UTF-8
# defaulted
EXTRAPACKAGES=yes
# defaulted
FALLBACK_MIRROR=http://deb.debian.org/debian
# defaulted
FORCE=
# defaulted
HOSTNAME=grml
# defaulted
INITRD=yes
# defaulted
INITRD_GENERATOR=initramfs-tools
# defaulted
INITRD_GENERATOR_OPTS=
# defaulted
INSTALL_NOTES=/etc/debootstrap/install_notes
# defaulted
LOCALES=yes
# defaulted
MIRROR=$FALLBACK_MIRROR
# defaulted
MKFS=mkfs.ext4
# defaulted
PACKAGES=yes
# defaulted
POST_SCRIPTS=yes
# defaulted
PRE_SCRIPTS=yes
# defaulted
RECONFIGURE=console-data
# defaulted
RELEASE=trixie
# defaulted
RM_APTCACHE=yes
# defaulted
SCRIPTS=no
# defaulted
SECURE=yes
# defaulted
TIMEZONE=Europe/Vienna
# defaulted
TUNE2FS=tune2fs -c0 -i0
# defaulted
UPGRADE_SYSTEM=yes
# defaulted
VMSIZE=2G
|