Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/knoppix/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: 1222 byte(s)
-added dvd define

1 # default profile configuration file
2 # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/knoppix/config,v 1.2 2007-04-14 15:18:46 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-knoppix.iso"
9
10 # name of the livecd
11 #CDID="mlcd-$(date +%F-%k%M)"
12
13 # name of the kernel
14 #CDKERNELNAME="magelive"
15
16 # hostname of the livecd
17 CDHOSTNAME="livecd-knoppix"
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
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=5