Ensure the CD-mounting example description tells the user it will mount readonly

This commit is contained in:
Marty Penner
2014-02-27 16:05:48 -05:00
parent 294da03f40
commit 627b9d5694

View File

@@ -10,7 +10,7 @@
`mount -t {{filesystem_type}} {{path_to_device_file}} {{directory_to_mount_to}}` `mount -t {{filesystem_type}} {{path_to_device_file}} {{directory_to_mount_to}}`
- Mount a CD-ROM device (with the filetype ISO9660) to /cdrom - Mount a CD-ROM device (with the filetype ISO9660) to /cdrom (readonly)
`mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}` `mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}`