Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/tinyalx-i486/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1471 - (hide annotations) (download)
Wed Aug 3 09:55:10 2011 UTC (13 years, 1 month ago) by niro
File size: 1217 byte(s)
-fixed variable name ADD_CUSTOM_PACKAGES -> ADD_PACKAGES and the second one to DEL_PACKAGES
1 niro 745 # default profile configuration file
2 niro 752 # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/tinyalx-i486/config,v 1.2 2008-06-26 17:48:44 niro Exp $
3 niro 745
4     # name of the generated iso-image
5     CDISONAME="livecd-tinyalx-i486.iso"
6    
7     # name of the livecd
8     CDID="mlcd-i486-$(date +%F-%k%M)"
9    
10     # name of the kernel
11     #CDKERNELNAME="magelive"
12    
13     # hostname of the livecd
14     CDHOSTNAME="tinyalx-i486"
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 niro 904 MAGE_PROFILE="alx-eglibc-0100"
23 niro 745
24     # the used toolchain to setup the rootfs
25     TOOLCHAIN=toolchain-tiny-alx-alx
26     # the basesytsem for the rootfs
27 niro 752 BASESYSTEM=livecdsystem-tiny-alx-alx
28 niro 745
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 niro 1471 #ADD_PACKAGES="sshd xorg fluxbox"
33     #DEL_PACKAGES="man man-pages"
34 niro 745
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