Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/default-R11-x86_64/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: 1195 byte(s)
-added R11 profiles
1 # 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 #CDID="mlcd-x86_64-$(date +%F-%k%M)"
9 CDID="Magellan-R11-x86_64"
10
11 # name of the kernel
12 #CDKERNELNAME="magelive"
13
14 # hostname of the livecd
15 CDHOSTNAME="livecd-x86_64"
16
17 # mage.rc that should be used to bootstrap the system
18 MAGERC="$(get_profile mage.rc)"
19
20 # mage-profile that should be used to bootstrap the system
21 #MAGE_PROFILE="$(basename $(readlink /etc/mage-profile))"
22 MAGE_PROFILE="R11"
23
24 # the used toolchain to setup the rootfs
25 #TOOLCHAIN=toolchain
26 # the basesytsem for the rootfs
27 BASESYSTEM="livecdsystem"
28
29 # custom packages to add/del after system bootstrap
30 # note: you can also place a file add|del_packages
31 # within the profile directory
32 #
33 # use mingetty as default login getty with autlogin enabled
34 #ADD_PACKAGES="openssh"
35 #magellan-installer-common magellan-installer-ncurses"
36
37 # custom services the should be added/deleted
38 # note: you can also place a file add|del_services
39 # within the profile directory
40 ADD_SERVICES="NetworkManager.service"
41 DEL_SERVICES="network.service"
42
43 # sets the default runlevel for the livecd
44 #DEFAULT_RUNLEVEL=3