From: Danny Milosavljevic <dannym@scratchpost.org>
To: 41019@debbugs.gnu.org
Subject: bug#41019: util-linux runstatedir is not actually a state directory
Date: Sat, 2 May 2020 12:14:09 +0200 [thread overview]
Message-ID: <20200502121409.3e458a57@scratchpost.org> (raw)
In-Reply-To: <20200502115525.1cafc459@scratchpost.org>
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
Note: once that bug is fixed, still have to add:
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 44ee4f10aa..6a1840dbf6 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -245,6 +245,9 @@ FILE-SYSTEMS."
'())
,@(if (find (file-system-type-predicate "jfs") file-systems)
(list jfs_fsck/static)
+ '())
+ ,@(if (find (file-system-type-predicate "f2fs") file-systems)
+ (list f2fs-fsck/static)
'())))
(define-syntax vhash ;TODO: factorize
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-05-02 10:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-02 9:55 bug#41019: util-linux runstatedir is not actually a state directory Danny Milosavljevic
2020-05-02 10:14 ` Danny Milosavljevic [this message]
2020-05-03 22:14 ` Danny Milosavljevic
2020-05-05 16:17 ` Leo Famulari
2020-05-05 17:16 ` Danny Milosavljevic
2020-05-05 18:08 ` Marius Bakke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200502121409.3e458a57@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=41019@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).