diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:21:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:21:58 +0000 |
commit | 9e1bf39a3dc5e9b967a8c898f3889e470ba9ae5c (patch) | |
tree | 7cdd841773964692023fa55f18cca39ef94261d0 /scripts/etch | |
parent | Initial commit. (diff) | |
download | debootstrap-9e1bf39a3dc5e9b967a8c898f3889e470ba9ae5c.tar.xz debootstrap-9e1bf39a3dc5e9b967a8c898f3889e470ba9ae5c.zip |
Adding upstream version 1.0.128+nmu2+deb12u1.upstream/1.0.128+nmu2+deb12u1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | scripts/etch | 18 | ||||
l--------- | scripts/etch-m68k | 1 |
2 files changed, 19 insertions, 0 deletions
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 diff --git a/scripts/etch-m68k b/scripts/etch-m68k new file mode 120000 index 0000000..190cf35 --- /dev/null +++ b/scripts/etch-m68k @@ -0,0 +1 @@ +etch
\ No newline at end of file |