Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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