add NO_LOG

This commit is contained in:
Tobias Powalowski 2023-07-12 12:38:56 +02:00
parent 68a4ff9bc2
commit 3f0bac2c67

View file

@ -5,6 +5,7 @@ _ANSWER="/tmp/.net"
_RUNNING_ARCH="$(uname -m)"
_TITLE="Archboot ${_RUNNING_ARCH} | Arch Linux Setup | Network Configuration"
_LOG="/dev/tty7"
_NO_LOG="/dev/null"
# _dialog()
# an el-cheapo dialog wrapper
#