*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
> Convert and copy a file.
|
||||
|
||||
- Make a bootable usb drive from an isohybrid file (such like `archlinux-xxx.iso`):
|
||||
- Make a bootable USB drive from an isohybrid file (such like `archlinux-xxx.iso`):
|
||||
|
||||
`dd if={{file.iso}} of=/dev/{{usb_drive}}`
|
||||
|
||||
- Clone a drive to another drive with 4MB block and ignore error:
|
||||
- Clone a drive to another drive with 4 MB block and ignore error:
|
||||
|
||||
`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs=4m conv=noerror`
|
||||
|
||||
|
Reference in New Issue
Block a user