Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/alx-0_7_branch/i486/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3073 - (show annotations) (download)
Fri Sep 1 10:04:36 2017 UTC (6 years, 7 months ago) by niro
File size: 1147 byte(s)
-reorganized directory structure
1 # default profile configuration file
2 # $Id$
3
4 # used os architecture
5 CDOSARCH="i486"
6
7 # name of the generated iso-image
8 CDISONAME="alx-livecd-${CDOSARCH}.iso"
9
10 # name of the livecd
11 CDID="ALX-${CDOSARCH}"
12
13 # name of the kernel
14 #CDKERNELNAME="magelive"
15
16 # hostname of the livecd
17 CDHOSTNAME="alx070-${CDOSARCH}"
18
19 # mage.rc that should be used to bootstrap the system
20 MAGERC="$(get_profile mage.rc)"
21
22 # mage-profile that should be used to bootstrap the system
23 MAGE_PROFILE="alx-070/${CDOSARCH}"
24
25 # the used toolchain to setup the rootfs
26 TOOLCHAIN=toolchain
27 # the basesystem for the rootfs
28 BASESYSTEM=livecdsystem
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_PACKAGES="sshd xorg fluxbox"
34 #DEL_PACKAGES="man man-pages"
35
36 # fix some issues with hotfix, this should be fixed asap!
37 #ADD_PACKAGES="dracut-dev libcap"
38
39 # custom services the should be added/deleted
40 # note: you can also place a file add|del_services
41 # within the profile directory
42 #ADD_SERVICES="sshd"
43 #DEL_SERVICES="swap"
44
45 # sets the default runlevel for the livecd
46 #DEFAULT_RUNLEVEL=3