From 8985f3114f5c5202b7d70472d8da7873d4629790 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Thu, 2 Oct 2025 19:38:30 +0200 Subject: [PATCH] added new debian/devuan versions --- conf/auto/debian-13.conf.sh | 6 ++++++ conf/auto/devuan-6.conf.sh | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 conf/auto/debian-13.conf.sh create mode 100644 conf/auto/devuan-6.conf.sh diff --git a/conf/auto/debian-13.conf.sh b/conf/auto/debian-13.conf.sh new file mode 100644 index 0000000..6c6861c --- /dev/null +++ b/conf/auto/debian-13.conf.sh @@ -0,0 +1,6 @@ +# Check debian.conf file for general declaration +# This is specific for version 13 + +export NTP_SERV=ntpsec +export SOURCE_EXT=source +export NO_MAIN_SOURCE=true diff --git a/conf/auto/devuan-6.conf.sh b/conf/auto/devuan-6.conf.sh new file mode 100644 index 0000000..1391800 --- /dev/null +++ b/conf/auto/devuan-6.conf.sh @@ -0,0 +1,4 @@ +# Check devuan.conf file for general declaration +# This is specific for version 6 + +export NTP_SERV=ntpsec