Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 680 - (show annotations) (download)
Thu Mar 20 11:07:32 2008 UTC (16 years, 1 month ago) by niro
File size: 1265 byte(s)
-use mage.rc from profile and use mage090 as default mageprofile

1 # default profile configuration file
2 # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/default-i686/config,v 1.3 2008-03-20 11:07:28 niro Exp $
3
4 # sets the default medium to DVD - default is CDR
5 #DEFINE_DVD=1
6
7 # name of the generated iso-image
8 CDISONAME="livecd-default-i686.iso"
9
10 # name of the livecd
11 CDID="mlcd-i686-$(date +%F-%k%M)"
12
13 # name of the kernel
14 #CDKERNELNAME="magelive"
15
16 # hostname of the livecd
17 CDHOSTNAME="livecd-i686"
18
19
20 # mage.rc that should be used to bootstrap the system
21 MAGERC="$(get_profile mage.rc)"
22
23 # mage-profile that should be used to bootstrap the system
24 #MAGE_PROFILE="$(basename $(readlink /etc/mage-profile))"
25 MAGE_PROFILE="mage090"
26
27 # the used toolchain to setup the rootfs
28 #TOOLCHAIN=toolchain
29 # the basesytsem for the rootfs
30 #BASESYSTEM=livecdsystem26
31
32 # custom packages to add/del after system bootstrap
33 # note: you can also place a file add|del_packages
34 # within the profile directory
35 #ADD_CUSTOM_PACKAGES="sshd xorg fluxbox"
36 #ADD_CUSTOM_PACKAGES="man man-pages"
37
38 # custom services the should be added/deleted
39 # note: you can also place a file add|del_services
40 # within the profile directory
41 #ADD_SERVICES="sshd"
42 #DEL_SERVICES="swap"
43
44 # sets the default runlevel for the livecd
45 #DEFAULT_RUNLEVEL=3