Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/mcore-i486/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1218 - (show annotations) (download)
Sat Jan 29 12:49:07 2011 UTC (13 years, 3 months ago) by niro
File size: 1122 byte(s)
-added mcore-i486 profile
1 # default profile configuration file
2 # $Id$
3
4 # name of the generated iso-image
5 CDISONAME="livecd-mcore-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="mcore-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 #MAGE_PROFILE="mcore-kdrive-0100"
23 MAGE_PROFILE="mcore-0100"
24
25 # the used toolchain to setup the rootfs
26 TOOLCHAIN=toolchain-mcore
27 # the basesytsem for the rootfs
28 BASESYSTEM=livecdsystem-mcore
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 #ADD_CUSTOM_PACKAGES="sshd xorg fluxbox"
34 #ADD_CUSTOM_PACKAGES="man man-pages"
35
36 # custom services the should be added/deleted
37 # note: you can also place a file add|del_services
38 # within the profile directory
39 #ADD_SERVICES="sshd"
40 #DEL_SERVICES="swap"
41
42 # sets the default runlevel for the livecd
43 #DEFAULT_RUNLEVEL=3