Penguin

Differences between version 28 and predecessor to the previous major change of XenNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 28 Last edited on Sunday, October 31, 2010 12:46:54 am by CarlHeaton Revert
Older page: version 25 Last edited on Thursday, March 25, 2010 2:33:08 pm by GreigMcGill Revert
@@ -29,9 +29,16 @@
 OK, you're now ready to install on your target XenServer host 
  
 * Copy the entire /opt/build dir to the target host and execute the following steps ($kern is the version you used above): 
 <pre> 
-yum --enablerepo=base install gcc make patch m4 openssl-devel 
+yum --enablerepo=base install gcc make patch m4 openssl-devel yum-utils  
+. /etc/xensource-inventory  
+if ~[ "$PRODUCT_VERSION" == "5.6." ] ; then  
+ yum -y --enablerepo=base install yum-utils  
+ yumdownloader --enablerepo=base e2fsprogs-devel  
+ rpm --nodeps -Uvh e2fsprogs-devel*.rpm  
+ rm -f e2fsprogs-devel*.rpm  
+fi  
 mkdir /lib/modules/$kern/build 
 cd /lib/modules/$kern/build 
 tar -zxvf /opt/build/build.tar.gz 
 cd /opt/build 
@@ -77,9 +84,9 @@
 Hamilton 3206 
 New Zealand 
 </pre> 
  
-If you can't be arsed sending me a nice beer, I'll be in Chicago at BriForum2010 - you can get me one there ! ;
+If you can't be arsed sending me a nice beer, well , I never thought you would anyway ! :
  
 __The old method below works on XenServer pre 5.0__ 
  
 Note 1: This is totally unsupported by Citrix