Revision 96514751 doc/admin.rst

b/doc/admin.rst
391 391
- ``root_path`` to a valid setting (e.g. ``/dev/xvda1``)
392 392
- ``bootloader_path`` and ``bootloader_args`` to empty
393 393

  
394
Alternatively, you can delete the kernel management to instances, and
394
Alternatively, you can delegate the kernel management to instances, and
395 395
use either ``pvgrub`` or the deprecated ``pygrub``. For this, you must
396
install the kernels and initrds in the instance, and create a valid grub
396
install the kernels and initrds in the instance and create a valid GRUB
397 397
v1 configuration file.
398 398

  
399 399
For ``pvgrub`` (new in version 2.4.2), you need to set:
400 400

  
401 401
- ``kernel_path`` to point to the ``pvgrub`` loader present on the node
402 402
  (e.g. ``/usr/lib/xen/boot/pv-grub-x86_32.gz``)
403
- ``kernel_args`` to the path to the grub config file, relative to the
403
- ``kernel_args`` to the path to the GRUB config file, relative to the
404 404
  instance (e.g. ``(hd0,0)/grub/menu.lst``)
405 405
- ``root_path`` **must** be empty
406 406
- ``bootloader_path`` and ``bootloader_args`` to empty

Also available in: Unified diff