Textual correction.

This commit is contained in:
Manuel Canales Esparcia 2006-05-04 18:26:09 +00:00
parent c7dbe781ec
commit 7a519f3c5f

View file

@ -11,6 +11,10 @@ declare -r LOG=000-masterscript.log
#--- Mount point for the build #--- Mount point for the build
BUILDDIR=/mnt/build_dir BUILDDIR=/mnt/build_dir
# Create SBU and disk usage report 0(no)/1(yes)
# NOTE: requires to have bc installed on the host
REPORT=1
#=== Getting packages === #=== Getting packages ===
#--- Download the source packages 0(no)/1(yes) #--- Download the source packages 0(no)/1(yes)
GETPKG=0 GETPKG=0
@ -21,8 +25,8 @@ GETPKG=0
# if the user has the right priviledges. # if the user has the right priviledges.
SRC_ARCHIVE=$SRC_ARCHIVE SRC_ARCHIVE=$SRC_ARCHIVE
# --- Server used as fallback if the file isn't found in # --- Server used if the file isn't found in SRC_ARCHIVE.
# SRC_ARCHIVE and/or can't be dowloaded from upstream # As a last resort, the file will dowloaded from upstream, if possible.
SERVER=ftp://ftp.lfs-matrix.net SERVER=ftp://ftp.lfs-matrix.net
#=== Build options === #=== Build options ===
@ -41,10 +45,6 @@ RUNMAKE=0
# (in CLFS, alias to 2) # (in CLFS, alias to 2)
TEST=1 TEST=1
# Create SBU and disk usage report 0(no)/1(yes)
# NOTE: requires to have bc installed on the host
REPORT=1
#--- Run the stripping phases 0(no)/1(yes) #--- Run the stripping phases 0(no)/1(yes)
STRIP=1 STRIP=1