Subversion Repositories livecd

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 beyerle@PS 1
#!/bin/bash
2
# This is a config file for runme.sh script.
3
# You shouldn't need to change anything.
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
13
# (the whole folder will be erased now!)
14
CDDATA=/tmp/live_data_$$
15
 
16
# name of initrd image
17
INITRDIMG=initrd
18
 
19
# the size of RAMdisk (in KBytes)
20
# if you change this, then you will need to change the size
21
# also in the following files: ./cd-root/isolinux.cfg, ./cd-root/boot/DOS/config
22
RAM0SIZE=10000
23
 
24
# 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
26
KERNEL=2.6.18-1.2747.el5
27
 
28
# 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 /
30
ROOT=