From f816cea0da2b9acb8c99a496028e09bd783405a8 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Sun, 18 Aug 2019 12:40:10 -0500 Subject: [PATCH] Add semantic newlines for optical-discs.md --- user/common-tasks/optical-discs.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/user/common-tasks/optical-discs.md b/user/common-tasks/optical-discs.md index 5b11024c..d8fb6f91 100644 --- a/user/common-tasks/optical-discs.md +++ b/user/common-tasks/optical-discs.md @@ -18,5 +18,8 @@ Currently, the only options for reading and recording optical discs (e.g., CDs, 3. Use a SATA optical drive attached to dom0. (**Caution:** This option is [potentially dangerous](/doc/security-guidelines/#dom0-precautions).) -To access an optical disc via USB follow the [typical procedure for attaching a USB device](/doc/usb-devices/#with-the-command-line-tool), then check with the **Qubes Devices** widget to see what device in the target qube the USB optical drive was attached to. Typically this would be `sr0`. For example, if `sys-usb` has device `3-2` attached to the `work` qube's `sr0`, you would mount it with `mount /dev/sr0 /mnt/removable`. You could also write to a disc with `wodim -v dev=/dev/sr0 -eject /home/user/Qubes.iso`. +To access an optical disc via USB follow the [typical procedure for attaching a USB device](/doc/usb-devices/#with-the-command-line-tool), then check with the **Qubes Devices** widget to see what device in the target qube the USB optical drive was attached to. +Typically this would be `sr0`. +For example, if `sys-usb` has device `3-2` attached to the `work` qube's `sr0`, you would mount it with `mount /dev/sr0 /mnt/removable`. +You could also write to a disc with `wodim -v dev=/dev/sr0 -eject /home/user/Qubes.iso`.