display no network

This commit is contained in:
rootzoll 2021-05-04 01:51:22 +02:00
parent 84d176ede4
commit 6adff7c813

View File

@ -103,6 +103,9 @@ while :
continue
fi
# make sure no local ip is readable
if [ "${localip}" == "" ]; then localip="no-network"; fi
# waiting for DHCP in general
if [ "${state}" = "noHDD" ]; then
l1="Waiting for HDD/SSD ...\n"