Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1819 - (show annotations) (download)
Tue May 29 10:02:44 2012 UTC (11 years, 11 months ago) by niro
File size: 1152 byte(s)
-added R11 profiles
1 # default profile configuration file
2 # $Id$
3
4 # name of the generated iso-image
5 CDISONAME="livecd-R11-i686.iso"
6
7 # name of the livecd
8 CDID="Magellan-R11-i686"
9
10 # name of the kernel
11 #CDKERNELNAME="magelive"
12
13 # hostname of the livecd
14 CDHOSTNAME="livecd-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