Page MenuHomeFreeBSD

handbook/xen: minor fixes
ClosedPublic

Authored by royger on Feb 22 2019, 11:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 1:09 AM
Unknown Object (File)
Nov 14 2023, 9:12 PM
Unknown Object (File)
Nov 12 2023, 12:01 AM
Unknown Object (File)
Nov 10 2023, 2:13 PM
Unknown Object (File)
Nov 8 2023, 2:09 PM
Unknown Object (File)
Oct 10 2023, 10:59 PM
Unknown Object (File)
Oct 7 2023, 1:05 PM
Unknown Object (File)
Jul 11 2023, 6:56 PM
Subscribers
None

Details

Summary

Setting vm.max_wired using sysrc doesn't work:

sysrc -f /etc/sysctl.conf vm.max_wired=-1

sysrc: vm.max_wired: name contains characters not allowed in shell

So switch to using echo and appending to file.

Fix runes for automatic bridge creation, use the recommended ones from
the bridging handbook chapter.

Also add a note that using a FreeBSD/Xen Dom0 requires booting in
legacy (BIOS) mode.

Finally remove the mention to xen.4th for the loader menu. With the
change to the Lua loader the custom Xen menu doesn't work anymore and
needs to be reworked.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22658
Build 21763: arc lint + arc unit

Event Timeline

Nice, thanks for those changes. I can commit them later today.

This revision is now accepted and ready to land.Feb 22 2019, 2:51 PM

Thank you very much for reviewing them! No rush to commit.

This revision was automatically updated to reflect the committed changes.