GNU bug report logs -
#75100
[PATCH 0/3] Shepherd service of 'static-networking' completes in timely fashion
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Wed, 25 Dec 2024 21:09:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/tests.scm (%simple-os)[kernel-arguments]: New field.
Change-Id: I206597074ce5f4a719bd8cd98e9429c00e18b5a3
---
gnu/tests.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/tests.scm b/gnu/tests.scm
index 5ff9db82fc..2a9e51511f 100644
--- a/gnu/tests.scm
+++ b/gnu/tests.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016-2020, 2022-2023 Ludovic Courtès <ludo <at> gnu.org>
+;;; Copyright © 2016-2020, 2022-2024 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
@@ -243,6 +243,7 @@ (define %simple-os
(mount-point "/")
(type "ext4"))
%base-file-systems))
+ (kernel-arguments (delete "quiet" %default-kernel-arguments))
(firmware '())
(users (cons (user-account
--
2.46.0
This bug report was last modified 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.