Make this multi-line so it's not a run-off line.
It's mostly fine in HTML and PDF, but it's completely cut off in Postscript output.
This commit is contained in:
parent
cd7143d917
commit
91cc79f12a
1 changed files with 2 additions and 1 deletions
|
@ -334,7 +334,8 @@ file called ``README'' at the top-level directory:
|
||||||
$ dd if=/dev/cdrom of=libreCMC_v1.2.1_SRC.iso
|
$ dd if=/dev/cdrom of=libreCMC_v1.2.1_SRC.iso
|
||||||
$ mkdir libCMC
|
$ mkdir libCMC
|
||||||
$ sudo mount -o loop ./libreCMC_v1.2.1_SRC.iso libCMC
|
$ sudo mount -o loop ./libreCMC_v1.2.1_SRC.iso libCMC
|
||||||
mount: block device /path/to/libreCMC_v1.2.1_SRC.iso is write-protected, mounting read-only
|
mount: block device /path/to/libreCMC_v1.2.1_SRC.iso is
|
||||||
|
write-protected, mounting read-only
|
||||||
$ ls -1 libCMC
|
$ ls -1 libCMC
|
||||||
bin
|
bin
|
||||||
librecmc-u-boot.tar.bz2
|
librecmc-u-boot.tar.bz2
|
||||||
|
|
Loading…
Reference in a new issue