mirror of
https://github.com/xcat2/xNBA.git
synced 2026-05-13 01:44:11 +00:00
ba92a46710
The "isset" command can be used to determine whether or not a setting
is present. For example:
isset ${net0/ip} || dhcp net0 # If we have no IP address, try DHCP
Signed-off-by: Michael Brown <mcb30@ipxe.org>