mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bsdinstall: Drop Error from title in netconfig no interfaces dialog
This isn't inherently an error. It is if you're attempting to download dist tarballs or later install packages, but a FreeBSD system with no NIC is a reasonable setup to have, especially in a throwaway VM setting, so we shouldn't say it is one. Leaving the exit code as 1 is still fine, since auto will ignore it, and avoids breaking other uses. MFC after: 1 week (cherry picked from commit 7414d14bd51d8378057bbe952c2715b9f32d1d3e)
This commit is contained in:
parent
e5bbf54161
commit
9f452e1026
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ done
|
|||
|
||||
if [ -z "$INTERFACES" ]; then
|
||||
bsddialog --backtitle "$OSNAME Installer" \
|
||||
--title 'Network Configuration Error' \
|
||||
--title 'Network Configuration' \
|
||||
--msgbox 'No network interfaces present to configure.' 0 0
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue