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"