Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 461 - (show annotations) (download)
Sat Apr 14 15:18:46 2007 UTC (17 years ago) by niro
File size: 1241 byte(s)
-added dvd define

1 # default profile configuration file
2 # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/default-x86_64/config,v 1.2 2007-04-14 15:18:43 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-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 #MAGERC="/etc/mage.rc"
22
23 # mage-profile that should be used to bootstrap the system
24 #MAGE_PROFILE="$(basename $(readlink /etc/mage-profile))"
25
26 # the used toolchain to setup the rootfs
27 #TOOLCHAIN=toolchain
28 # the basesytsem for the rootfs
29 #BASESYSTEM=livecdsystem26
30
31 # custom packages to add/del after system bootstrap
32 # note: you can also place a file add|del_packages
33 # within the profile directory
34 #ADD_CUSTOM_PACKAGES="sshd xorg fluxbox"
35 #ADD_CUSTOM_PACKAGES="man man-pages"
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="sshd"
41 #DEL_SERVICES="swap"
42
43 # sets the default runlevel for the livecd
44 #DEFAULT_RUNLEVEL=3