Displaying 1 result from an estimated 1 matches for "auxbinpath".
2006 Feb 27
13
[RFC] Bootloader configuration
...rface
--------------------
The Xen python code parses the ''kernel'' value into ''method'' and ''params'', then
searches for a bootloader handler matching ''method'' as follows:
/usr/lib/xen/boot/bootload-<method>
<auxbinpath>/bootload-<method>
/etc/xen/scripts/bootload-<method>
When found, the bootloader is invoked as follows:
-b <bootdisk> -k <kernel''s method-param> [-r <ramdisk''s method-param>] \
-d <disk1> [ -d <disk2> ... ]
and is e...