This file is indexed.

/usr/share/debootstrap/scripts/etch is in debootstrap 1.0.95.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase
default_mirror http://archive.debian.org/debian
keyring /usr/share/keyrings/debian-archive-removed-keys.gpg
force_md5

# include common settings
if [ -d /usr/share/debootstrap/scripts ]; then
 . /usr/share/debootstrap/scripts/debian-common
elif [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then
 . "$DEBOOTSTRAP_DIR/scripts/debian-common"
else
 . /debootstrap/debian-common
fi