This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-12-26 15:45:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
56be92b473
libvirt
/
tests
/
bhyvexml2argvdata
/
bhyvexml2argv-bhyveload-bootorder1.ldargs
5 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bhyve: bhyveload: respect boot dev and boot order Make bhyveload respect boot order as specified by os.boot section of the domain XML or by "boot order" for specific devices. As bhyve does not support a real boot order specification right now, it's just about choosing a single device to boot from.
2015-12-13 03:17:15 +00:00
/usr/sbin/bhyveload \
-m 214 \
bhyvexml2argvtest: Use internal wrapping of command line arguments virCommandToString has the possibility to return an already wrapped string with better format than what we get from the test wrapper script. The main advantage is that arguments for an option are always on the same line which makes it more easy to see what changed in a diff and prevents re-wrapping of the line if a wrapping point moves over the threshold. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2021-03-31 08:46:36 +00:00
-d /tmp/freebsd.img \
bhyve
Reference in New Issue
Copy Permalink