From: Mathieu Othacehe <m.othacehe@gmail.com>
To: 29281@debbugs.gnu.org
Subject: [bug#29281] [PATCH] system: vm: Use linux-libre for system-disk-image.
Date: Mon, 13 Nov 2017 08:22:36 +0100 [thread overview]
Message-ID: <20171113072236.13270-1-m.othacehe@gmail.com> (raw)
* gnu/system/vm.scm (system-disk-image): Use linux-libre instead of user
defined kernel that may not be emulable and/or function with base-initrd.
---
gnu/system/vm.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 44246083b..c55df3013 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -422,6 +422,7 @@ to USB sticks meant to be read-only."
;; Since this is meant to be used on real hardware, don't
;; install QEMU networking or anything like that. Assume USB
;; mass storage devices (usb-storage.ko) are available.
+ (kernel linux-libre)
(initrd (lambda (file-systems . rest)
(apply base-initrd file-systems
#:volatile-root? #t
--
2.15.0
next reply other threads:[~2017-11-13 7:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-13 7:22 Mathieu Othacehe [this message]
2017-11-13 9:38 ` [bug#29281] [PATCH] system: vm: Use linux-libre for system-disk-image Ludovic Courtès
2017-11-13 9:49 ` Mathieu Othacehe
2017-11-13 10:23 ` Ludovic Courtès
2017-11-13 10:47 ` Mathieu Othacehe
2017-11-13 10:54 ` Ludovic Courtès
2017-11-13 11:54 ` Mathieu Othacehe
2017-11-13 13:47 ` Ludovic Courtès
2017-11-13 14:21 ` Mathieu Othacehe
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=20171113072236.13270-1-m.othacehe@gmail.com \
--to=m.othacehe@gmail.com \
--cc=29281@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).