Last change
on this file since 7852 was
7321,
checked in by rwilson, 16 years ago
|
Expanded documentation.
|
-
Property svn:executable set to
*
|
File size:
512 bytes
|
Line | |
---|
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 | Recommend <name> be 'GoldCoast', etc. |
---|
10 | The '-D' option allows 'deep' directories, the standard 6 isn't enough. |
---|
Note: See
TracBrowser
for help on using the repository browser.