me
/
guix
Archived
1
0
Fork 0

doc: Add progress display in 'dd' command lines.

* doc/guix.texi (System Installation): Adjust 'dd' command line to
display progress …
(System Configuration): … same here.
Brice Waegeneire 2020-06-26 13:54:32 +02:00
parent f8945734a5
commit e39b2363f5
No known key found for this signature in database
GPG Key ID: A94903A166A18FAE
1 changed files with 2 additions and 2 deletions

View File

@ -1978,7 +1978,7 @@ its device name. Assuming that the USB stick is known as @file{/dev/sdX},
copy the image with: copy the image with:
@example @example
dd if=guix-system-install-@value{VERSION}.x86_64-linux.iso of=/dev/sdX dd if=guix-system-install-@value{VERSION}.x86_64-linux.iso of=/dev/sdX status=progress
sync sync
@end example @end example
@ -27665,7 +27665,7 @@ the device corresponding to a USB stick, one can copy the image to it
using the following command: using the following command:
@example @example
# dd if=$(guix system disk-image my-os.scm) of=/dev/sdc # dd if=$(guix system disk-image my-os.scm) of=/dev/sdc status=progress
@end example @end example
When using @code{docker-image}, a Docker image is produced. Guix builds When using @code{docker-image}, a Docker image is produced. Guix builds