# default profile configuration file # $Id$ # name of the generated iso-image CDISONAME="alx-livecd-i486.iso" # name of the livecd CDID="ALX-i486" # name of the kernel #CDKERNELNAME="magelive" # hostname of the livecd CDHOSTNAME="alx070-i486" # mage.rc that should be used to bootstrap the system MAGERC="$(get_profile mage.rc)" # mage-profile that should be used to bootstrap the system MAGE_PROFILE="alx-070" # the used toolchain to setup the rootfs TOOLCHAIN=toolchain # the basesystem for the rootfs BASESYSTEM=livecdsystem # custom packages to add/del after system bootstrap # note: you can also place a file add|del_packages # within the profile directory #ADD_PACKAGES="sshd xorg fluxbox" #DEL_PACKAGES="man man-pages" # custom services the should be added/deleted # note: you can also place a file add|del_services # within the profile directory #ADD_SERVICES="sshd" #DEL_SERVICES="swap" # sets the default runlevel for the livecd #DEFAULT_RUNLEVEL=3