Last change
on this file since 7265 was
7206,
checked in by rwilson, 16 years ago
|
Changes to documentation and 'project' files.
|
-
Property svn:executable set to
*
|
File size:
466 bytes
|
Rev | Line | |
---|
[7206] | 1 | To 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 | |
---|
| 8 | The '-volid <name>' option puts a name on the DVD/CD that is displayed by the filesystem when the disk is mounted. |
---|
| 9 | |
---|
| 10 | The '-D' option allows 'deep' directories, the standard 6 isn't enough. |
---|
Note: See
TracBrowser
for help on using the repository browser.