source: MondoRescue/trunk/tools/mkiso@ 783

Last change on this file since 783 was 372, checked in by bcornec, 18 years ago

merge -r363:371 $SVN_M/branches/stable

  • 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
9cd /mondo/ftp
10mkisofs -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.