Subversion Repositories livecd

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 9
Line 3... Line 3...
3
# Script to create bootable ISO in Linux
3
# Script to create bootable ISO in Linux
4
# usage: make_iso.sh /tmp/slax.iso
4
# usage: make_iso.sh /tmp/slax.iso
5
# author: Tomas M. <http://www.linux-live.org>
5
# author: Tomas M. <http://www.linux-live.org>
6
# ---------------------------------------------------
6
# ---------------------------------------------------
7
 
7
 
8
CDLABEL="LIVECD"
8
CDLABEL="SL4LIVECD"
9
 
-
 
10
# source livecd.conf, if existing
-
 
11
[ -e livecd.conf ] && . livecd.conf
-
 
12
 
9
 
13
if [ "$1" = "" -o "$1" = "--help" -o "$1" = "-h" ]; then
10
if [ "$1" = "" -o "$1" = "--help" -o "$1" = "-h" ]; then
14
  echo "This script will create bootable ISO from files in curent directory."
11
  echo "This script will create bootable ISO from files in curent directory."
15
  echo "Current directory must be writable."
12
  echo "Current directory must be writable."
16
  echo "example: $0 /mnt/hda5/slax.iso"
13
  echo "example: $0 /mnt/hda5/slax.iso"