Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/default-R11-x86_64/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2150 - (hide annotations) (download)
Fri Jul 19 11:43:45 2013 UTC (10 years, 9 months ago) by niro
File size: 1146 byte(s)
-use stable mirrors
1 niro 1819 # default profile configuration file
2     # $Id$
3    
4     # name of the generated iso-image
5     CDISONAME="livecd-R11-x86_64.iso"
6    
7     # name of the livecd
8 niro 1969 CDID="R11-x86_64"
9 niro 1819
10     # name of the kernel
11     #CDKERNELNAME="magelive"
12    
13     # hostname of the livecd
14 niro 2150 CDHOSTNAME="R11-x86_64"
15 niro 1819
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="$(basename $(readlink /etc/mage-profile))"
21     MAGE_PROFILE="R11"
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     #
32     # use mingetty as default login getty with autlogin enabled
33     #ADD_PACKAGES="openssh"
34     #magellan-installer-common magellan-installer-ncurses"
35    
36     # 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="NetworkManager.service"
40     DEL_SERVICES="network.service"
41    
42     # sets the default runlevel for the livecd
43     #DEFAULT_RUNLEVEL=3