summaryrefslogtreecommitdiffstats
path: root/system/xen/dom0
diff options
context:
space:
mode:
author mario2011-12-10 08:28:06 +0100
committer Niels Horn2011-12-11 00:58:16 +0100
commit3aa48f231b9a0ee0495ba05040a91a212785ae6b (patch)
treed8be512729409fbc53da46fb924ee64db213efa8 /system/xen/dom0
parent66716e78f6584b7544a9e51c5fd0e94dea760401 (diff)
downloadslackbuilds-3aa48f231b9a0ee0495ba05040a91a212785ae6b.tar.gz
system/xen: Updated for version 4.1.2 and misc build fixes
This commit includes some minor changes by rworkman to prevent the Makefile(s) from downloading various stuff. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/dom0')
-rw-r--r--system/xen/dom0/README.dom04
-rw-r--r--system/xen/dom0/kernel-xen.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/system/xen/dom0/README.dom0 b/system/xen/dom0/README.dom0
index b58639c949..9ac114bda6 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.1.gz > /boot/xen-4.1.1
+# gzip -d -c /boot/xen-4.1.2.gz > /boot/xen-4.1.2
# 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.1
+ -m /boot/initrd-xen /boot/xen-4.1.2
After a new kernel image is created, add something like the folowing to lilo.conf:
diff --git a/system/xen/dom0/kernel-xen.sh b/system/xen/dom0/kernel-xen.sh
index 75b4baff06..ce798e3302 100644
--- a/system/xen/dom0/kernel-xen.sh
+++ b/system/xen/dom0/kernel-xen.sh
@@ -12,7 +12,7 @@ VERSION=${VERSION:-2.6.34.7}
SVERSION=${SVERSION:-2.6.34-6}
# Xen version
-XVERSION=${XVERSION:-4.1.1}
+XVERSION=${XVERSION:-4.1.2}
BOOTLOADER=${BOOTLOADER:-lilo}