# default profile configuration file # $Id$ # name of the generated iso-image CDISONAME="livecd-R11-x86_64.iso" # name of the livecd #CDID="mlcd-x86_64-$(date +%F-%k%M)" CDID="Magellan-R11-x86_64" # name of the kernel #CDKERNELNAME="magelive" # hostname of the livecd CDHOSTNAME="livecd-x86_64" # 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="R11" # the used toolchain to setup the rootfs #TOOLCHAIN=toolchain # the basesytsem 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 # # use mingetty as default login getty with autlogin enabled #ADD_PACKAGES="openssh" #magellan-installer-common magellan-installer-ncurses" # custom services the should be added/deleted # note: you can also place a file add|del_services # within the profile directory ADD_SERVICES="NetworkManager.service" DEL_SERVICES="network.service" # sets the default runlevel for the livecd #DEFAULT_RUNLEVEL=3