[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: doc: Remove more ‘guixsd’ remnants.
From: |
guix-commits |
Subject: |
04/10: doc: Remove more ‘guixsd’ remnants. |
Date: |
Mon, 23 Sep 2019 20:26:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1e1efbcc64e93b6f6188ecf7abce990a939f8015
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Sep 23 23:59:42 2019 +0200
doc: Remove more ‘guixsd’ remnants.
* doc/guix.texi (Installing Guix in a VM): Use ‘guix-system.img’ as
image file name.
---
doc/guix.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 093199c..9fcce27 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2431,7 +2431,7 @@ Create a disk image that will hold the installed system.
To make a
qcow2-formatted disk image, use the @command{qemu-img} command:
@example
-qemu-img create -f qcow2 guixsd.img 50G
+qemu-img create -f qcow2 guix-system.img 50G
@end example
The resulting file will be much smaller than 50 GB (typically less than
@@ -2444,7 +2444,7 @@ Boot the USB installation image in an VM:
qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm \
-net user -net nic,model=virtio -boot menu=on \
-drive file=guix-system-install-@value{VERSION}.@var{system}.iso \
- -drive file=guixsd.img
+ -drive file=guix-system.img
@end example
The ordering of the drives matters. @code{-enable-kvm} is optional, but
@@ -2460,7 +2460,7 @@ You're now root in the VM, proceed with the installation
process.
@end enumerate
Once installation is complete, you can boot the system that's on your
-@file{guixsd.img} image. @xref{Running Guix in a VM}, for how to do
+@file{guix-system.img} image. @xref{Running Guix in a VM}, for how to do
that.
@node Building the Installation Image
- branch master updated (7b3f56f -> 0b3daeb), guix-commits, 2019/09/23
- 05/10: gnu: linux-libre: Update deblobbing scripts., guix-commits, 2019/09/23
- 06/10: gnu: linux-libre: Update to 5.2.17., guix-commits, 2019/09/23
- 10/10: gnu: linux-libre: Update to 4.4.194., guix-commits, 2019/09/23
- 01/10: gnu: glm: Update to 0.9.9.6., guix-commits, 2019/09/23
- 08/10: gnu: linux-libre: Update to 4.14.146., guix-commits, 2019/09/23
- 02/10: gnu: xterm: Update to 349., guix-commits, 2019/09/23
- 03/10: gnu: xterm: Don't use NAME in source URI., guix-commits, 2019/09/23
- 07/10: gnu: linux-libre: Update to 4.19.75., guix-commits, 2019/09/23
- 04/10: doc: Remove more ‘guixsd’ remnants.,
guix-commits <=
- 09/10: gnu: linux-libre: Update to 4.9.194., guix-commits, 2019/09/23