pages*: add /dev to the placeholder (#12923)

This commit is contained in:
Sebastiaan Speck
2024-06-11 06:47:57 +02:00
committed by GitHub
parent 1adda9dd4e
commit 289691e746
12 changed files with 25 additions and 25 deletions

View File

@@ -10,12 +10,12 @@
- Record ("burn") an audio-only disc:
`wodim dev=/dev/{{optical_drive}} -audio {{track*.cdaudio}}`
`wodim dev={{/dev/optical_drive}} -audio {{track*.cdaudio}}`
- Burn a file to a disc, ejecting the disc once done (some recorders require this):
`wodim -eject dev=/dev/{{optical_drive}} -data {{file.iso}}`
`wodim -eject dev={{/dev/optical_drive}} -data {{file.iso}}`
- Burn a file to the disc in an optical drive, potentially writing to multiple discs in succession:
`wodim -tao dev=/dev/{{optical_drive}} -data {{file.iso}}`
`wodim -tao dev={{/dev/optical_drive}} -data {{file.iso}}`