Last change
on this file since 2046 was 366, checked in by bcornec, 19 years ago |
Website next step: download and docs page
|
-
Property svn:executable
set to
*
|
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.