update scripts for 9.1

This commit is contained in:
2020-05-31 13:19:17 -04:00
parent 223bfb33d1
commit 4e4480632c
9 changed files with 161 additions and 197 deletions

11
lfs.sh
View File

@@ -1,11 +1,12 @@
#!/bin/bash
#-----------------------------------------------------------------------------
# Title: lfs.sh
# Date: 2019-05-22
# Version: 1.0
# Author: baho-utot@columbus.rr.com
# Date: 2020-05-31
# Version: 2.0
# Author: chris@cromer.cl
# Options:
#-----------------------------------------------------------------------------
# Copyright 2020 Chris Cromer
# Copyright 2019 Baho Utot
#-----------------------------------------------------------------------------
# This program is free software: you can redistribute it and/or modify
@@ -21,8 +22,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#-----------------------------------------------------------------------------
# Dedicated to Elizabeth my cat of 20 years, Euthanasia on 2019-05-16
#-----------------------------------------------------------------------------
set -o errexit # exit if error...insurance ;)
set -o nounset # exit if variable not initalized
set +h # disable hashall
@@ -31,7 +30,7 @@ set +h # disable hashall
PRGNAME=${0##*/} # script name minus the path
TOPDIR=${PWD} # parent directory
PARENT=/usr/src/LFS-RPM # rpm build directory
USER=lfs # build user
USER=lfs # build user
LFS=/mnt/lfs # build area
#-----------------------------------------------------------------------------
# Common support functions