prepare-root.sh: don't load excludelist, if not specified
This commit is contained in:
parent
b98a4b80f1
commit
b18c4cca69
|
@ -142,7 +142,6 @@ while true; do
|
|||
esac
|
||||
done
|
||||
|
||||
[[ $EXCLUDELIST ]] || [[ -f excludelist.txt ]] && EXCLUDELIST=$(<excludelist.txt)
|
||||
NAME=${NAME:-"FedoraBook"}
|
||||
RELEASEVER=${RELEASEVER:-$VERSION_ID}
|
||||
BASEOUTDIR=$(realpath ${BASEOUTDIR:-"$CURDIR"})
|
||||
|
|
Loading…
Reference in a new issue