Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3059 - (hide annotations) (download)
Thu Aug 31 12:16:02 2017 UTC (6 years, 8 months ago) by niro
File size: 1079 byte(s)
-use i486 profile
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 niro 3059 MAGE_PROFILE="alx-070/i486"
21 niro 2119
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 niro 2956 # fix some issues with hotfix, this should be fixed asap!
34     #ADD_PACKAGES="dracut-dev libcap"
35    
36 niro 2119 # custom services the should be added/deleted
37     # note: you can also place a file add|del_services
38     # within the profile directory
39     #ADD_SERVICES="sshd"
40     #DEL_SERVICES="swap"
41    
42     # sets the default runlevel for the livecd
43     #DEFAULT_RUNLEVEL=3