debian netinst is super minimal. lets pull pre-requistes.
This commit is contained in:
@ -44,6 +44,8 @@ unset IFS
|
||||
#Global variables
|
||||
#################
|
||||
|
||||
apt-get -y install git sudo dmidecode curl
|
||||
|
||||
export IS_PHYSICAL_HOST
|
||||
IS_PHYSICAL_HOST="$(/usr/sbin/dmidecode -t System|grep -c Dell ||true)"
|
||||
|
||||
|
Reference in New Issue
Block a user