From 9063417d90a230b5ce30bad4d0170b998caf24c9 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 11 May 2024 21:59:17 +0200 Subject: [PATCH] Treat sid and unstable as synonyms in distro-specific.sh (#6582) Credits: @going --> https://forum.armbian.com/topic/37503-kali-linux-as-supported-distro/ --- lib/functions/rootfs/distro-specific.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/functions/rootfs/distro-specific.sh b/lib/functions/rootfs/distro-specific.sh index 7d23a8b022..103fb6b28a 100644 --- a/lib/functions/rootfs/distro-specific.sh +++ b/lib/functions/rootfs/distro-specific.sh @@ -147,13 +147,11 @@ function create_sources_list_and_deploy_repo_key() { EOF ;; - sid) # sid is permanent unstable development and has no such thing as updates or security + sid|unstable) # sid is permanent unstable development and has no such thing as updates or security cat <<- EOF > "${basedir}"/etc/apt/sources.list deb http://${DEBIAN_MIRROR} $release main contrib non-free non-free-firmware #deb-src http://${DEBIAN_MIRROR} $release main contrib non-free non-free-firmware - deb http://${DEBIAN_MIRROR} unstable main contrib non-free non-free-firmware - #deb-src http://${DEBIAN_MIRROR} unstable main contrib non-free non-free-firmware EOF # Exception: with riscv64 not everything was moved from ports