aboutsummaryrefslogtreecommitdiff
path: root/system/xen/dom0/README.dom0
diff options
context:
space:
mode:
authormario <mario@slackverse.org>2011-08-09 09:44:28 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-08-09 09:44:28 -0300
commit7265cfa85ab7659cb729d76c41d104fe472cdbd2 (patch)
treef1a64532e6ae1273a444d2b84bcf9926fc91340e /system/xen/dom0/README.dom0
parent1f932a08838c86974bed366218be86706a1300d1 (diff)
system/xen: Updated for version 4.1.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/xen/dom0/README.dom0')
-rw-r--r--system/xen/dom0/README.dom04
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xen/dom0/README.dom0 b/system/xen/dom0/README.dom0
index 9241dda1b3b66..b58639c949cc9 100644
--- a/system/xen/dom0/README.dom0
+++ b/system/xen/dom0/README.dom0
@@ -34,10 +34,10 @@ and Xen VMM, and packages them up as a single file that looks like a bzImage
Linux kernel. For example this is how mbootpack works:
# cd /boot
-# gzip -d -c /boot/xen-4.1.0.gz > /boot/xen-4.1.0
+# gzip -d -c /boot/xen-4.1.1.gz > /boot/xen-4.1.1
# gzip -d -c /boot/initrd-xen.gz > /boot/initrd-xen
# mbootpack -o /boot/vmlinuz-2.6.34.7-xen -m /usr/src/linux-2.6.34.7-xen/vmlinux \
- -m /boot/initrd-xen /boot/xen-4.1.0
+ -m /boot/initrd-xen /boot/xen-4.1.1
After a new kernel image is created, add something like the folowing to lilo.conf: