diff mbox series

[bug#42057] doc: Add progress display in 'dd' command lines.

Message ID 20200626100544.2143-1-brice@waegenei.re
State Accepted
Headers show
Series [bug#42057] doc: Add progress display in 'dd' command lines. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Brice Waegeneire June 26, 2020, 10:05 a.m. UTC
* doc/guix.texi (System Installation): Adjust 'dd' command line to
display progress …
(System Configuration): … same here.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès June 27, 2020, 5:12 p.m. UTC | #1
Brice Waegeneire <brice@waegenei.re> skribis:

> * doc/guix.texi (System Installation): Adjust 'dd' command line to
> display progress …
> (System Configuration): … same here.

LGTM, thanks!

Ludo'.
Brice Waegeneire June 28, 2020, 11:38 a.m. UTC | #2
Pushed as e39b2363f5b92b9c8dfc0da7d8fbaedb1c172b46.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index af3a06724d..9a5116d5aa 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1978,7 +1978,7 @@  its device name.  Assuming that the USB stick is known as @file{/dev/sdX},
 copy the image with:
 
 @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
 @end example
 
@@ -27774,7 +27774,7 @@  the device corresponding to a USB stick, one can copy the image to it
 using the following command:
 
 @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
 
 When using @code{docker-image}, a Docker image is produced.  Guix builds