From 9efd4ebfd4587711387033fb86a2972a809a801a Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 3 May 2023 19:23:54 +0200 Subject: [PATCH] makeanything.conf was untracked --- makeanything.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 makeanything.conf diff --git a/makeanything.conf b/makeanything.conf new file mode 100644 index 0000000..2c9ea8b --- /dev/null +++ b/makeanything.conf @@ -0,0 +1,5 @@ +#DEBOOTSTRAP_SUITE="bullseye" +#DEBOOTSTRAP_OPTS="--extra-suites=bullseye-backports,bullseye-updates --components=main,contrib,non-free" +#DEBOOTSTRAP_OPTS="--extra-suites=${DEBOOTSTRAP_SUITE}-updates --components=main,contrib,non-free,non-free-firmware" +DEBOOTSTRAP_SUITE="bookworm" +DEBOOTSTRAP_OPTS="--components=main,contrib,non-free,non-free-firmware"