Utilities icon indicating copy to clipboard operation
Utilities copied to clipboard

Create Live Media should also write to DVD

Open probonopd opened this issue 4 years ago • 0 comments

Create Live Media should also be able to write to DVD. This is handy for longer-time archival, and especially with RW media for testing many builds in parallel without needing too many USB drives.

# Format
/usr/local/bin/dvd+rw-format -gui -blank /dev/cd0 # Needed?

# Burn
/usr/local/bin/cdrecord -v gracetime=3 -sao driveropts=burnfree -data -

probonopd avatar Apr 02 '21 09:04 probonopd