From d0652c1e3ac00ce6e0f87cc831ce5c1b5935996d Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 25 Jan 2013 14:31:03 +0000 Subject: [PATCH] build genisis initrd on ubuntu/debian git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-nbroot2/debian/rules b/xCAT-nbroot2/debian/rules index 64c636f39..1938e1654 100755 --- a/xCAT-nbroot2/debian/rules +++ b/xCAT-nbroot2/debian/rules @@ -30,6 +30,7 @@ build: dracut -m "xcat base" -f /tmp/xcatgenesis.tmp.rfs (cd $(buildroot)/opt/xcat/share/xcat/netboot/genesis/$(DEB_BUILD_GNU_CPU)/fs/ && zcat /tmp/xcatgenesis.tmp.rfs|cpio -dumi) cp /boot/vmlinuz-`uname -r` $(buildroot)/opt/xcat/share/xcat/netboot/genesis/$(DEB_BUILD_GNU_CPU)/kernel + chmod a+r $(buildroot)/opt/xcat/share/xcat/netboot/genesis/$(DEB_BUILD_GNU_CPU)/kernel clean: dh_testdir