aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-02-19 14:30:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-02-20 13:16:38 -0700
commitea60c341174e12f8880b97d2b490d0c0e5e85975 (patch)
tree469b5ff9d515ffbc3df970c32d0b1b2c536662f0 /src
parentfc0f4c3ab28a2839e1ffd42d5096372033837a54 (diff)
downloadconsfigurator-ea60c341174e12f8880b97d2b490d0c0e5e85975.tar.gz
APT properties: add non-free-firmware to generated sources lists
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src')
-rw-r--r--src/property/apt.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index b5a45f9..b8ca422 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -30,7 +30,8 @@
(defmacro with-changes-dpkg-status (&body forms)
`(with-change-if-changes-file-content ("/var/lib/dpkg/status") ,@forms))
-(define-constant +sections+ '("main" "contrib" "non-free") :test #'equal)
+(define-constant +sections+ '("main" "contrib" "non-free-firmware" "non-free")
+ :test #'equal)
(define-constant +noninteractive-env+ '(:DEBIAN_FRONTEND "noninteractive"
:APT_LISTCHANGES_FRONTEND "none")