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
xenopsd/bootloader: No need to create /var/run/xend/boot anymore (#6686)
Since c009651 `("pygrub: make sure /var/run/xend/boot exists before
calling pygrub")` added this safety measure, pygrub moved to using
`/var/run/xen/boot` (see
[63dcc68151](https://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=63dcc681511356d42645ef2c78955864e3b3e6b9)
`("tools/pygrub: store kernels in /var/run/xen/pygrub")` in upstream xen
) and started creating the directory itself (if it doesn't already
exist).
It's time to drop this unnecessary workaround.
0 commit comments