[util] add value 'needs_internet'

This commit is contained in:
Philip Müller 2020-06-21 21:33:35 +02:00
parent df09a5f3ba
commit 0b8624d064

View file

@ -439,6 +439,8 @@ load_profile_config(){
if [[ ${displaymanager} != "none" ]]; then
enable_systemd+=("${displaymanager}")
fi
[[ -z ${needs_internet} ]] && needs_internet='false'
[[ -z ${netinstall} ]] && netinstall='false'