Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 381 # default profile configuration file
2 niro 680 # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/default-x86_64/config,v 1.3 2008-03-20 11:07:32 niro Exp $
3 niro 381
4 niro 461 # sets the default medium to DVD - default is CDR
5     #DEFINE_DVD=1
6    
7 niro 381 # name of the generated iso-image
8     CDISONAME="livecd-default-x86_64.iso"
9    
10     # name of the livecd
11     CDID="mlcd-x86_64-$(date +%F-%k%M)"
12    
13     # name of the kernel
14     #CDKERNELNAME="magelive"
15    
16     # hostname of the livecd
17     CDHOSTNAME="livecd-x86_64"
18    
19    
20     # mage.rc that should be used to bootstrap the system
21 niro 680 MAGERC="$(get_profile mage.rc)
22 niro 381
23     # mage-profile that should be used to bootstrap the system
24     #MAGE_PROFILE="$(basename $(readlink /etc/mage-profile))"
25 niro 680 MAGE_PROFILE="mage090"
26 niro 381
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