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
libpriv/kernel: Pass through DRACUT_NO_XATTR more cleanly
The inlined `export PATH` bit is needed because we want to prepend to
its current value, but for `DRACUT_NO_XATTR` it's much simpler. So we
can just conditionally use `bwrap->setenv()` instead.
Follow-up to a5db7f5 ("libpriv/kernel: Pass through `DRACUT_NO_XATTR`
when running dracut").
0 commit comments