#!/bin/bash # This is a config file for runme.sh script. # You shouldn't need to change anything. ########################################## # # this file is obsolete !!!!!!!!!!!!!!! # everthing is now in ../livecd.conf # ########################################## # compressed directories (img) will be stored here # (the whole folder will be erased now!) CDDATA=/tmp/live_data_$$ # name of initrd image INITRDIMG=initrd # the size of RAMdisk (in KBytes) # if you change this, then you will need to change the size # also in the following files: ./cd-root/isolinux.cfg, ./cd-root/boot/DOS/config RAM0SIZE=10000 # kernel version. Change it to "2.6.10" for example, if you are building # LiveCD with a different kernel than the one you are actually running KERNEL=2.6.18-1.2747.el5 # change this variable if you installed your distro to some directory. # for example ROOT=/tmp/newdir. You may leave it empty, then it defaults to / ROOT=