1
0
mirror of synced 2026-04-25 03:54:31 +00:00

2007-06-16 13:26:58 by steve

Updated word-wrapping.
This commit is contained in:
steve
2007-06-16 13:26:58 +00:00
parent 0ab42951c5
commit 346cd033e1

View File

@@ -4,11 +4,11 @@ README
Kernel/initrd guessing Kernel/initrd guessing
====================== ======================
In xen-tools 3.4-1 a new feature was added which allows using backtick expressions In xen-tools 3.4-1 a new feature was added which allows using
in xen-tools.conf. backtick expressions in xen-tools.conf.
Using this feature you can improve kernel/initrd guessing by changing/adding the following options Using this feature you can improve kernel/initrd guessing by
to xen-tools.conf: changing/adding the following options in xen-tools.conf:
kernel = /boot/vmlinuz-`uname -r` kernel = /boot/vmlinuz-`uname -r`
ramdisk = /boot/initrd.img-`uname -r` ramdisk = /boot/initrd.img-`uname -r`