source: MondoRescue/branches/2.2.8.selinux/tools/mkiso@ 3528

Last change on this file since 3528 was 366, checked in by bcornec, 18 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
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.