freebsd-dev/usr.sbin/bhyveload
Robert Wing 5a023bd2a5 bhyveload: open guest boot disk image O_RDWR
When a boot environment has been booted via the bootonce feature,
userboot clears the bootonce value from an nvlist but fails to write the
updated nvlist back to disk.

The failure occurs because bhyveload opens the guest boot disk image
O_RDONLY, fix this by opening it O_RDWR.

Reviewed by:	imp, markj, jhb
Differential Revision:	https://reviews.freebsd.org/D37274
2022-12-05 08:22:45 -09:00
..
bhyveload.8
bhyveload.c bhyveload: open guest boot disk image O_RDWR 2022-12-05 08:22:45 -09:00
Makefile Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00
Makefile.depend