From 3aa48f231b9a0ee0495ba05040a91a212785ae6b Mon Sep 17 00:00:00 2001 From: mario Date: Sat, 10 Dec 2011 01:28:06 -0600 Subject: 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 --- system/xen/dom0/README.dom0 | 4 ++-- system/xen/dom0/kernel-xen.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'system/xen/dom0') 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} -- cgit v1.2.3-80-g2a13