Subversion Repositories livecd

Rev

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

Rev 8 Rev 9
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# This is a config file for runme.sh script.
2
# This is a config file for runme.sh script.
3
# You shouldn't need to change anything.
3
# You shouldn't need to change anything.
4
 
4
 
5
##########################################
-
 
6
#
-
 
7
# this file is obsolete !!!!!!!!!!!!!!!
-
 
8
# everthing is now in ../livecd.conf
-
 
9
#
-
 
10
##########################################
-
 
11
 
-
 
12
# compressed directories (img) will be stored here
5
# compressed directories (img) will be stored here
13
# (the whole folder will be erased now!)
6
# (the whole folder will be erased now!)
14
CDDATA=/tmp/live_data_$$
7
CDDATA=/tmp/live_data_$$
15
 
8
 
16
# name of initrd image
9
# name of initrd image
Line 21... Line 14...
21
# also in the following files: ./cd-root/isolinux.cfg, ./cd-root/boot/DOS/config
14
# also in the following files: ./cd-root/isolinux.cfg, ./cd-root/boot/DOS/config
22
RAM0SIZE=10000
15
RAM0SIZE=10000
23
 
16
 
24
# kernel version. Change it to "2.6.10" for example, if you are building
17
# kernel version. Change it to "2.6.10" for example, if you are building
25
# LiveCD with a different kernel than the one you are actually running
18
# LiveCD with a different kernel than the one you are actually running
26
KERNEL=2.6.18-1.2747.el5
19
KERNEL=2.6.9-42.0.3.ELsmp
27
 
20
 
28
# change this variable if you installed your distro to some directory.
21
# change this variable if you installed your distro to some directory.
29
# for example ROOT=/tmp/newdir. You may leave it empty, then it defaults to /
22
# for example ROOT=/tmp/newdir. You may leave it empty, then it defaults to /
30
ROOT=
23
ROOT=