1
0
mirror of synced 2026-01-13 23:26:10 +00:00
2007-10-04 18:03:47 +00:00
..
2007-07-25 22:39:58 +00:00
2006-06-20 09:00:11 +00:00
2007-10-04 18:03:47 +00:00
2006-06-08 13:46:38 +00:00
2007-07-31 17:33:30 +00:00
2006-06-20 08:48:51 +00:00
2006-08-24 20:33:10 +00:00
2006-06-20 08:37:10 +00:00
2006-08-27 21:46:04 +00:00
2006-12-07 15:06:15 +00:00
2007-06-16 13:26:58 +00:00
2007-04-09 11:56:36 +00:00
2006-08-20 09:21:11 +00:00

README
======

Kernel/initrd guessing
======================

In xen-tools 3.4-1 a new feature was added which allows using 
backtick expressions in xen-tools.conf.

Using this feature you can improve kernel/initrd guessing by 
changing/adding the following options in xen-tools.conf:

   kernel      = /boot/vmlinuz-`uname -r`
   ramdisk     = /boot/initrd.img-`uname -r`


Upgrading Existing kernel/initrd paths
--------------------------------------

The kernel, and initrd, settings which are included in the xen-tools
(either statically or dynamically with `uname -r`) are only applied
when the new guest domains are created.

If you upgrade your kernel you will be left with existing xen
guest domains which :

  -  Have the wrong paths setup in /etc/xen/*.cfg
  -  Have incorrect modules stored within their disk images.

Both of these can be updated via the helper scripts located
in:

   /usr/share/doc/xen-tools/examples/