Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/alx-0_6_branch/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1456 - (show annotations) (download)
Wed Aug 3 09:49:52 2011 UTC (12 years, 8 months ago) by niro
File size: 1000 byte(s)
-fixed variable name ADD_CUSTOM_PACKAGES -> ADD_PACKAGES and the second one to DEL_PACKAGES
1 # default profile configuration file
2 # $Id$
3
4 # name of the generated iso-image
5 CDISONAME="alx-livecd-i486.iso"
6
7 # name of the livecd
8 CDID="mlcd-i486-$(date +%F-%k%M)"
9
10 # name of the kernel
11 #CDKERNELNAME="magelive"
12
13 # hostname of the livecd
14 CDHOSTNAME="alx060-i486"
15
16
17 # mage.rc that should be used to bootstrap the system
18 MAGERC="$(get_profile mage.rc)"
19
20 # mage-profile that should be used to bootstrap the system
21 MAGE_PROFILE="alx-060"
22
23 # the used toolchain to setup the rootfs
24 TOOLCHAIN=toolchain
25 # the basesytsem for the rootfs
26 BASESYSTEM=livecdsystem
27
28 # custom packages to add/del after system bootstrap
29 # note: you can also place a file add|del_packages
30 # within the profile directory
31 #ADD_PACKAGES="sshd xorg fluxbox"
32 #DEL_PACKAGES="man man-pages"
33
34 # custom services the should be added/deleted
35 # note: you can also place a file add|del_services
36 # within the profile directory
37 #ADD_SERVICES="sshd"
38 #DEL_SERVICES="swap"
39
40 # sets the default runlevel for the livecd
41 #DEFAULT_RUNLEVEL=3