Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/alx-0_7_branch/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3068 - (hide annotations) (download)
Thu Aug 31 13:03:10 2017 UTC (6 years, 8 months ago) by niro
File size: 1147 byte(s)
-introduced CDOSARCH variable and make use of it
1 niro 2119 # default profile configuration file
2     # $Id$
3    
4 niro 3068 # used os architecture
5     CDOSARCH="i486"
6    
7 niro 2119 # name of the generated iso-image
8 niro 3068 CDISONAME="alx-livecd-${CDOSARCH}.iso"
9 niro 2119
10     # name of the livecd
11 niro 3068 CDID="ALX-${CDOSARCH}"
12 niro 2119
13     # name of the kernel
14     #CDKERNELNAME="magelive"
15    
16     # hostname of the livecd
17 niro 3068 CDHOSTNAME="alx070-${CDOSARCH}"
18 niro 2119
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 niro 3068 MAGE_PROFILE="alx-070/${CDOSARCH}"
24 niro 2119
25     # the used toolchain to setup the rootfs
26     TOOLCHAIN=toolchain
27 niro 2381 # the basesystem for the rootfs
28 niro 2119 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 niro 2956 # fix some issues with hotfix, this should be fixed asap!
37     #ADD_PACKAGES="dracut-dev libcap"
38    
39 niro 2119 # 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