Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 381 - (hide annotations) (download)
Mon Jun 5 09:38:06 2006 UTC (17 years, 11 months ago) by niro
File size: 1176 byte(s)
added arch specific profiles

1 niro 381 # default profile configuration file
2     # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/default-x86_64/config,v 1.1 2006-06-05 09:38:06 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="/etc/mage.rc"
19    
20     # mage-profile that should be used to bootstrap the system
21     #MAGE_PROFILE="$(basename $(readlink /etc/mage-profile))"
22    
23     # the used toolchain to setup the rootfs
24     #TOOLCHAIN=toolchain
25     # the basesytsem for the rootfs
26     #BASESYSTEM=livecdsystem26
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     #ADD_CUSTOM_PACKAGES="sshd xorg fluxbox"
32     #ADD_CUSTOM_PACKAGES="man man-pages"
33    
34     # custom services the should be added/deleted
35     # note: you can also place a file add|del_services
36     # within the profile directory
37     #ADD_SERVICES="sshd"
38     #DEL_SERVICES="swap"
39    
40     # sets the default runlevel for the livecd
41     #DEFAULT_RUNLEVEL=3