Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 854 - (hide annotations) (download)
Wed May 6 10:48:39 2009 UTC (15 years ago) by niro
File size: 1198 byte(s)
-added more profiles

1 niro 854 # default profile configuration file
2     # $Header: /magellan-cvs/magellan-src/mlivecdbuild/profiles/default-x86_64/config,v 1.4 2008/04/10 20:52:33 niro Exp $
3    
4     # name of the generated iso-image
5     CDISONAME="livecd-default-x86_64.iso"
6    
7     # name of the livecd
8     CDID="mlcd-x86_64-$(date +%F-%k%M)"
9    
10     # name of the kernel
11     #CDKERNELNAME="magelive"
12    
13     # hostname of the livecd
14     CDHOSTNAME="livecd-x86_64"
15    
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="mage090"
23    
24     # the used toolchain to setup the rootfs
25     #TOOLCHAIN=toolchain
26     # the basesytsem for the rootfs
27     #BASESYSTEM=livecdsystem26
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     #ADD_CUSTOM_PACKAGES="sshd xorg fluxbox"
33     #ADD_CUSTOM_PACKAGES="man man-pages"
34    
35     # custom services the should be added/deleted
36     # note: you can also place a file add|del_services
37     # within the profile directory
38     #ADD_SERVICES="sshd"
39     #DEL_SERVICES="swap"
40    
41     # sets the default runlevel for the livecd
42     #DEFAULT_RUNLEVEL=3