# default profile configuration file # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/tinyalx-i686/config,v 1.1 2008-06-26 16:25:58 niro Exp $ # name of the generated iso-image CDISONAME="livecd-tinyalx-i686.iso" # name of the livecd CDID="mlcd-i686-$(date +%F-%k%M)" # name of the kernel #CDKERNELNAME="magelive" # hostname of the livecd CDHOSTNAME="tinyalx-i686" # 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="$(basename $(readlink /etc/mage-profile))" MAGE_PROFILE="alx-eglibc-090" # the used toolchain to setup the rootfs TOOLCHAIN=toolchain-tiny-alx-alx # the basesytsem for the rootfs BASESYSTEM=basesystem-tiny-alx-alx # custom packages to add/del after system bootstrap # note: you can also place a file add|del_packages # within the profile directory #ADD_CUSTOM_PACKAGES="sshd xorg fluxbox" #ADD_CUSTOM_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