Magellan Linux

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

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

revision 3067 by niro, Thu Aug 31 12:28:17 2017 UTC revision 3068 by niro, Thu Aug 31 13:03:10 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="i686"
6    
7  # name of the generated iso-image  # name of the generated iso-image
8  CDISONAME="alx-livecd-i686.iso"  CDISONAME="alx-livecd-${CDOSARCH}.iso"
9    
10  # name of the livecd  # name of the livecd
11  CDID="ALX-i686"  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-i686"  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/i686"  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

Legend:
Removed from v.3067  
changed lines
  Added in v.3068