Update default deployment to RedHat 9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
42884f15da
commit
daf6a3948e
1 changed files with 3 additions and 3 deletions
|
|
@ -9,17 +9,17 @@ for PARAM in "$@"; do
|
|||
--nocrypt) HDDCRYPT=false ;;
|
||||
--noswap) NOSWAP=false ;;
|
||||
--desktop) DESKTOP=desktop ;;
|
||||
--help)
|
||||
--help|-h)
|
||||
echo "syntaxe: $0 [--help] [--static] [--version=7|8|9] [--distrib=RedHat|CentOS|AlmaLinux|RockyLinux] [--nouefi] [--nocrypt] [--desktop] [--noswap]"
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
done
|
||||
if [ -z "${DIST_VERSION}" ]; then
|
||||
DIST_VERSION=8
|
||||
DIST_VERSION=9
|
||||
fi
|
||||
if [ -z "${DISTRIB}" ]; then
|
||||
DISTRIB="RockyLinux"
|
||||
DISTRIB="RedHat"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue