Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/alx-0_7_branch/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2381 - (hide annotations) (download)
Mon Jan 6 16:14:21 2014 UTC (10 years, 4 months ago) by niro
File size: 981 byte(s)
-fixed spelling
1 niro 2119 # 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="ALX-i486"
9    
10     # name of the kernel
11     #CDKERNELNAME="magelive"
12    
13     # hostname of the livecd
14     CDHOSTNAME="alx070-i486"
15    
16     # mage.rc that should be used to bootstrap the system
17     MAGERC="$(get_profile mage.rc)"
18    
19     # mage-profile that should be used to bootstrap the system
20     MAGE_PROFILE="alx-070"
21    
22     # the used toolchain to setup the rootfs
23     TOOLCHAIN=toolchain
24 niro 2381 # the basesystem for the rootfs
25 niro 2119 BASESYSTEM=livecdsystem
26    
27     # custom packages to add/del after system bootstrap
28     # note: you can also place a file add|del_packages
29     # within the profile directory
30     #ADD_PACKAGES="sshd xorg fluxbox"
31     #DEL_PACKAGES="man man-pages"
32    
33     # custom services the should be added/deleted
34     # note: you can also place a file add|del_services
35     # within the profile directory
36     #ADD_SERVICES="sshd"
37     #DEL_SERVICES="swap"
38    
39     # sets the default runlevel for the livecd
40     #DEFAULT_RUNLEVEL=3