From ef4e77e76dcbcb8b8159e9e355747cd7a9ec1306 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Tue, 16 Sep 2025 09:51:51 +1000 Subject: [PATCH] doc: Remove docs for non-existent virtio? parameter of raw-initrd. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit virtio? was removed in commit eac026e5c80caae88a6cef317a46007dca343578. * doc/guix.texi (Initial RAM Disk): Remove docs for virtio? in raw-initrd. Change-Id: I99aaf58f0c5239409511146c4617546a202f5041 Signed-off-by: Ludovic Courtès --- doc/guix.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index fe057a98df2..ef9922c423b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -46442,8 +46442,7 @@ user need to enter a passphrase or use the REPL, this happens using the intended keyboard layout. When @var{qemu-networking?} is true, set up networking with the standard QEMU -parameters. When @var{virtio?} is true, load additional modules so that the -initrd can be used as a QEMU guest with para-virtualized I/O drivers. +parameters. When @var{volatile-root?} is true, the root file system is writable but any changes to it are lost.