Tobias,
On Thu, 18 Aug 2022, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote:
Attached is a patch removing the rtl8821ce-linux-module and
rtl8812au-aircrack-ng-linux-module packages.
diff --git a/gnu/system/examples/bare-bones.tmpl
b/gnu/system/examples/bare-bones.tmpl
index 387e4b12ba..ecac4bb3d1 100644
--- a/gnu/system/examples/bare-bones.tmpl
+++ b/gnu/system/examples/bare-bones.tmpl
@@ -19,6 +19,7 @@
(file-systems (cons (file-system
(device (file-system-label "my-root"))
(mount-point "/")
+ (options "atime,lol,ro,shared,shared")
Looks like you have an extraneous change here.
Best,
Jack