source:
MondoRescue/trunk/tools/mkiso
Last change on this file was 372, checked in by , 19 years ago | |
---|---|
|
|
File size: 342 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # |
3 | # Create the Mondo Rescue CD |
4 | # Should be run through the crontab of the ftp account |
5 | # |
6 | # $Id$ |
7 | # |
8 | |
9 | cd /mondo/ftp |
10 | mkisofs -o iso/mondorescue.iso -A "MondoRescue_CD" -J -publisher "Mondo Dev Team <mondo@mondorescue.org>" -p "Bruno Cornec <bruno@mondorescue.org>" -r -sysid "MondoRescue" -V "MondoRescue_CD" -volset "1" -hfs -x iso . |
Note:
See TracBrowser
for help on using the repository browser.