From 0b2a2f19877b196e9638f373b4676c78b00ae8a2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:34:10 +0200 Subject: Adding upstream version 1.0.123+deb11u2. Signed-off-by: Daniel Baumann --- scripts/etch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 scripts/etch (limited to 'scripts/etch') diff --git a/scripts/etch b/scripts/etch new file mode 100644 index 0000000..4cdc4b4 --- /dev/null +++ b/scripts/etch @@ -0,0 +1,18 @@ +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 [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then + . "$DEBOOTSTRAP_DIR/scripts/debian-common" +elif [ -e /debootstrap/debian-common ]; then + . /debootstrap/debian-common +elif [ -e "$DEBOOTSTRAP_DIR/debian-common" ]; then + . "$DEBOOTSTRAP_DIR/debian-common" +else + error 1 NOCOMMON "File not found: debian-common" +fi -- cgit v1.2.3