You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is doing replacement which shouldn't occur:
1461 # if using ksdevice=bootif that only works for PXE so replace
1462 # it with something that will work
1463 options = string.replace(options, "ksdevice=bootif","ksdevice=link")
Thanks.
The text was updated successfully, but these errors were encountered:
Can't get why mangling is needed. User requested bootif, so let it be so.
This code is doing replacement which shouldn't occur:
Thanks.
The text was updated successfully, but these errors were encountered: