@@ -37,10 +37,10 @@ umount: /dev/sdX: not mounted.
3737### Write the live image
3838
3939The [ dd(1)] ( https://man.voidlinux.org/man1/dd.1 ) command can be used to copy a
40- live image to a storage device. Using dd , write the live image to the device:
40+ live image to a storage device. Using ` dd ` , write the live image to the device:
4141
42- > ** Warning** : this will destroy any data currently on the referenced device.
43- > Exercise caution.
42+ ** Warning** : this will destroy any data currently on the referenced device.
43+ Exercise caution.
4444
4545```
4646# dd bs=4M if=/path/to/void-live-ARCH-DATE-VARIANT.iso of=/dev/sdX
@@ -49,8 +49,9 @@ live image to a storage device. Using dd, write the live image to the device:
4949377487360 bytes (377 MB, 360 MiB) copied, 0.461442 s, 818 MB/s
5050```
5151
52- dd won't print anything until it's completed (or if it failed), so depending on
53- the device, this can take a few minutes or longer.
52+ ` dd ` won't print anything until it's completed (or if it failed), so, depending
53+ on the device, this can take a few minutes or longer. You can enable printing by
54+ adding ` status=progress ` to the command if using GNU coreutils ` dd ` .
5455
5556Finally, ensure all data is flushed before disconnecting the device:
5657
@@ -71,5 +72,5 @@ CD or DVD. The following free software applications are available
7172- [ K3B] ( https://userbase.kde.org/K3b )
7273- [ Xfburn] ( https://goodies.xfce.org/projects/applications/xfburn )
7374
74- > Note: with a CD or DVD, live sessions will be less responsive than with a USB
75- > or hard drive.
75+ It should be noted that, with a CD or DVD, live sessions will be less responsive
76+ than with a USB stick or hard drive.
0 commit comments