--- wikisrc/ports/xen/howto.mdwn 2014/12/30 18:25:46 1.67 +++ wikisrc/ports/xen/howto.mdwn 2014/12/30 18:26:26 1.68 @@ -881,17 +881,18 @@ npf, run IPsec, or any other reason why their kernel. One approach is to have an adminstrative interface to upload a kernel, -or to select from a prepopulated list. Other approaches are py-grub +or to select from a prepopulated list. Other approaches are pygrub (deprecated) and pvgrub, which are ways to have a bootloader obtain a kernel from the domU filesystem. This is closer to a regular physical computer, where someone who controls a machine can replace the kernel. -py-grub +pygrub ------- -py-grub runs in the dom0 and looks into the domU filesystem. This +pygrub runs in the dom0 and looks into the domU filesystem. This implies that the domU must have a kernel in a filesystem in a format -known to py-grub. As of 2014, py-grub seems to be of mostly historical interest. +known to pygrub. As of 2014, pygrub seems to be of mostly historical +interest. pvgrub ------