Changeset afd0232 for CLFS/config


Ignore:
Timestamp:
03/21/2006 10:22:08 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
68809ca
Parents:
1917cad
Message:

Changed BOOTMINIMAL (1/0) to METHOD (chroot/boot)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/config

    r1917cad rafd0232  
    88declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
    99
    10 #--- Which target architecture, 
     10#--- Which target architecture,
    1111#    used to select proper book and set TARGETS
    1212#--------------------------------
     
    1717# ARCH=x86 ;     TARGET="i586-pc-linux-gnu"
    1818# ARCH=x86 ;     TARGET="i686-pc-linux-gnu"
    19 # ARCH=ppc ;     TARGET="powerpc-unknown-linux-gnu" 
     19# ARCH=ppc ;     TARGET="powerpc-unknown-linux-gnu"
    2020# ARCH=mips ;    TARGET="mipsel-unknown-linux-gnu"
    2121# ARCH=mips ;    TARGET="mis-unknown-linux-gnu"
    22 # ARCH=sparc ;   TARGET="sparcv9-unknown-linux-gnu" 
    23 # ARCH=sparcv8 ; TARGET="sparc-unknown-linux-gnu"   
     22# ARCH=sparc ;   TARGET="sparcv9-unknown-linux-gnu"
     23# ARCH=sparcv8 ; TARGET="sparc-unknown-linux-gnu"
    2424#--------------------------------
    2525# >>>> 64-64 BUILD <<<<
    26 # ARCH=x86_64-64  ; TARGET="x86_64-unknown-linux-gnu"   
     26# ARCH=x86_64-64  ; TARGET="x86_64-unknown-linux-gnu"
    2727# ARCH=mips64-64  ; TARGET="mipsel-unknown-linux-gnu"
    2828# ARCH=mips64-64  ; TARGET="mis-unknown-linux-gnu"
    29 # ARCH=sparc64-64 ; TARGET="sparc64-unknown-linux-gnu" 
    30 # ARCH=alpha      ; TARGET="alpha-unknown-linux-gnu"   
     29# ARCH=sparc64-64 ; TARGET="sparc64-unknown-linux-gnu"
     30# ARCH=alpha      ; TARGET="alpha-unknown-linux-gnu"
    3131#--------------------------------
    3232# >>>> MULTILIB 32/64 <<<<
     
    3636# ARCH=sparc64 ; TARGET="sparc64-unknown-linux-gnu" ; TARGET32="sparcv9-unknown-linux-gnu"
    3737
    38 #--- Create a minimal boot system 0(chroot)/1(bootmin)
     38#--- Create a minimal boot system chroot/boot
    3939#    NOTE: not all combinations are 'bootable' yet.
    40 BOOTMINIMAL=0
     40METHOD=chroot
    4141
    4242#--- Location of fstab file (if empty, a template is created)
Note: See TracChangeset for help on using the changeset viewer.