mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
virt-install: Change PXE warning to be less authoritative
https://bugzilla.redhat.com/show_bug.cgi?id=1693891 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
b5e3b724cf
commit
d0d672e6d5
@ -350,8 +350,8 @@ def _show_memory_warnings(guest):
|
||||
|
||||
def show_guest_warnings(options, guest, osdata):
|
||||
if options.pxe and not supports_pxe(guest):
|
||||
log.warning(_("The guest's network configuration does not support "
|
||||
"PXE"))
|
||||
log.warning(
|
||||
_("The guest's network configuration may not support PXE"))
|
||||
|
||||
# Limit it to hvm x86 guests which presently our defaults
|
||||
# only really matter for
|
||||
|
Loading…
x
Reference in New Issue
Block a user