Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1473 - (hide annotations) (download)
Wed Aug 3 09:56:39 2011 UTC (12 years, 9 months ago) by niro
File size: 1250 byte(s)
-fixed variable name ADD_CUSTOM_PACKAGES -> ADD_PACKAGES and the second one to DEL_PACKAGES
1 niro 1404 # 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-NEXT-x86_64.iso"
6    
7     # name of the livecd
8     #CDID="mlcd-x86_64-$(date +%F-%k%M)"
9     CDID="Magellan-NEXT-11-x86_64"
10    
11     # name of the kernel
12     #CDKERNELNAME="magelive"
13    
14     # hostname of the livecd
15     CDHOSTNAME="livecd-x86_64"
16    
17    
18     # mage.rc that should be used to bootstrap the system
19     MAGERC="$(get_profile mage.rc)"
20    
21     # mage-profile that should be used to bootstrap the system
22     #MAGE_PROFILE="$(basename $(readlink /etc/mage-profile))"
23     MAGE_PROFILE="mage0110-systemd"
24    
25     # the used toolchain to setup the rootfs
26     #TOOLCHAIN=toolchain
27     # the basesytsem for the rootfs
28     BASESYSTEM=basesystem26
29    
30     # custom packages to add/del after system bootstrap
31     # note: you can also place a file add|del_packages
32     # within the profile directory
33 niro 1473 #
34     # use mingetty as default login getty with autlogin enabled
35     ADD_PACKAGES="mingetty openssh"
36 niro 1404
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