source: DVD_images/how_to_burn_dvd.txt @ 7215

Last change on this file since 7215 was 7206, checked in by rwilson, 16 years ago

Changes to documentation and 'project' files.

  • Property svn:executable set to *
File size: 466 bytes
Line 
1To burn a DVD of a jurisdiction:
2
3. Ensure the staging directory is clean and up-to-date
4. mkisofs -allow-lowercase -iso-level 3 -joliet-long -allow-leading-dots -volid <name> -quiet -D -o <name>.iso <name>
5. insert blank DVD (CD is enough for GoldCoast)
6. cdrecord <name>.iso
7
8The '-volid <name>' option puts a name on the DVD/CD that is displayed by the filesystem when the disk is mounted.
9
10The '-D' option allows 'deep' directories, the standard 6 isn't enough.
Note: See TracBrowser for help on using the repository browser.