Subversion Repositories livecd

Rev

Rev 8 | Go to most recent revision | 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
# compressed directories (img) will be stored here
6
# (the whole folder will be erased now!)
7
CDDATA=/tmp/live_data_$$
8
 
9
# name of initrd image
10
INITRDIMG=initrd
11
 
12
# the size of RAMdisk (in KBytes)
13
# if you change this, then you will need to change the size
14
# also in the following files: ./cd-root/isolinux.cfg, ./cd-root/boot/DOS/config
15
RAM0SIZE=10000
16
 
17
# kernel version. Change it to "2.6.10" for example, if you are building
18
# LiveCD with a different kernel than the one you are actually running
9 beyerle@PS 19
KERNEL=2.6.9-42.0.3.ELsmp
1 beyerle@PS 20
 
21
# change this variable if you installed your distro to some directory.
22
# for example ROOT=/tmp/newdir. You may leave it empty, then it defaults to /
23
ROOT=