Subversion Repositories livecd

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 14
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#
2
#
3
###############################################################
3
###############################################################
4
#
4
#
5
# This will build the CD iso image in /tmp
5
# Main script to build LiveCD
6
# 
6
# 
7
# it will execute:
7
# will execute
8
# - ./customize-livecd.sh
8
# - ./customize-livecd.sh
-
 
9
# - ./mini-livecd.sh  (if -mini set)
9
# - ./runme.sh
10
# - ./linux-live.sl/runme.sh
10
# - ./restore-system.sh
11
# - ./restore-system.sh
11
#
12
#
12
# will take the configuration from
13
# will take the configuration from
13
# - ./livecd.conf
14
# - ./livecd.conf
14
#
15
#