Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mlivecdbuild/profiles/alx-0_7_branch/config revision 2381 by niro, Mon Jan 6 16:14:21 2014 UTC trunk/mlivecdbuild/profiles/alx-0_7_branch/i486/config revision 3073 by niro, Fri Sep 1 10:04:36 2017 UTC
# Line 1  Line 1 
1  # default profile configuration file  # default profile configuration file
2  # $Id$  # $Id$
3    
4    # used os architecture
5    CDOSARCH="i486"
6    
7  # name of the generated iso-image  # name of the generated iso-image
8  CDISONAME="alx-livecd-i486.iso"  CDISONAME="alx-livecd-${CDOSARCH}.iso"
9    
10  # name of the livecd  # name of the livecd
11  CDID="ALX-i486"  CDID="ALX-${CDOSARCH}"
12    
13  # name of the kernel  # name of the kernel
14  #CDKERNELNAME="magelive"  #CDKERNELNAME="magelive"
15    
16  # hostname of the livecd  # hostname of the livecd
17  CDHOSTNAME="alx070-i486"  CDHOSTNAME="alx070-${CDOSARCH}"
18    
19  # mage.rc that should be used to bootstrap the system  # mage.rc that should be used to bootstrap the system
20  MAGERC="$(get_profile mage.rc)"  MAGERC="$(get_profile mage.rc)"
21    
22  # mage-profile that should be used to bootstrap the system  # mage-profile that should be used to bootstrap the system
23  MAGE_PROFILE="alx-070"  MAGE_PROFILE="alx-070/${CDOSARCH}"
24    
25  # the used toolchain to setup the rootfs  # the used toolchain to setup the rootfs
26  TOOLCHAIN=toolchain  TOOLCHAIN=toolchain
# Line 30  BASESYSTEM=livecdsystem Line 33  BASESYSTEM=livecdsystem
33  #ADD_PACKAGES="sshd xorg fluxbox"  #ADD_PACKAGES="sshd xorg fluxbox"
34  #DEL_PACKAGES="man man-pages"  #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  # custom services the should be added/deleted
40  # note: you can also place a file add|del_services  # note: you can also place a file add|del_services
41  #       within the profile directory  #       within the profile directory

Legend:
Removed from v.2381  
changed lines
  Added in v.3073