9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 1230b52fe1 - Show all commits

View File

@ -24,14 +24,14 @@
#-----------------------------------------------------------------------------
set -o errexit # exit if error...insurance ;)
set -o nounset # exit if variable not initalized
set +h # disable hashall
set +h # disable hashall
#-----------------------------------------------------------------------------
# Common variables
PRGNAME=${0##*/} # Script name minus the path
TOPDIR=${PWD} # This directory
LFS=/mnt/lfs # Where LFS will be installed to
PRGNAME=${0##*/} # Script name minus the path
TOPDIR=${PWD} # This directory
LFS=/mnt/lfs # Where LFS will be installed to
PARENT=/usr/src/LFS-RPM # Where build system wil live
SWAP_FILE_SIZE=1024 # Size of swap file in MB
SWAP_FILE_SIZE=1024 # Size of swap file in MB
#-----------------------------------------------------------------------------
# Common support functions
function die {