Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/default-R11-unstable-i686/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2151 - (hide annotations) (download)
Fri Jul 19 11:45:37 2013 UTC (10 years, 9 months ago) by niro
File size: 1161 byte(s)
-add R11 unstable profiles
1 niro 2151 # default profile configuration file
2     # $Id$
3    
4     # name of the generated iso-image
5     CDISONAME="livecd-R11-unstable-i686.iso"
6    
7     # name of the livecd
8     CDID="R11-un-i686"
9    
10     # name of the kernel
11     #CDKERNELNAME="magelive"
12    
13     # hostname of the livecd
14     CDHOSTNAME="R11-unstable-i686"
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="$(basename $(readlink /etc/mage-profile))"
21     MAGE_PROFILE="R11"
22    
23     # the used toolchain to setup the rootfs
24     #TOOLCHAIN=toolchain
25     # the basesystem 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