From ea60c341174e12f8880b97d2b490d0c0e5e85975 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Feb 2023 14:30:17 -0700 Subject: APT properties: add non-free-firmware to generated sources lists Signed-off-by: Sean Whitton --- src/property/apt.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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") -- cgit v1.2.3