Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2669 - (hide annotations) (download)
Thu Jul 10 07:34:43 2014 UTC (9 years, 10 months ago) by niro
File size: 1199 byte(s)
-change iso name and start missing network services
1 niro 1819 # default profile configuration file
2     # $Id$
3    
4     # name of the generated iso-image
5 niro 2669 CDISONAME="magellan-R11-i686.iso"
6 niro 1819
7     # name of the livecd
8 niro 1969 CDID="R11-i686"
9 niro 1819
10     # name of the kernel
11     #CDKERNELNAME="magelive"
12    
13     # hostname of the livecd
14 niro 2073 CDHOSTNAME="R11-i686"
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 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 niro 2669 ADD_SERVICES="NetworkManager.service NetworkManager-dispatcher.service wpa_supplicant.service"
40 niro 1819 DEL_SERVICES="network.service"
41    
42     # sets the default runlevel for the livecd
43     #DEFAULT_RUNLEVEL=3