From a57c83cb8aa43cbe6d80a06d8f6540d009182dfc Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 12 Sep 2011 19:43:51 +0000 Subject: [PATCH] Fix genesis build script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10501 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/buildrpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-nbroot2/buildrpm b/xCAT-nbroot2/buildrpm index 12c328cba..1dddba6a2 100755 --- a/xCAT-nbroot2/buildrpm +++ b/xCAT-nbroot2/buildrpm @@ -1,6 +1,6 @@ DIR=`dirname $0` -mkdir -p /usr/share/dracut/modules/97xcat -cp $DIR/* /usr/share/dracut/modules/97xcat +mkdir -p /usr/share/dracut/modules.d/97xcat +cp $DIR/* /usr/share/dracut/modules.d/97xcat mkdir -p /tmp/xcatgenesis.$$/opt/xcat/share/xcat/netboot/genesis/`uname -m`/fs dracut -m "xcat base" -f /tmp/xcatgenesis.$$.rfs cd /tmp/xcatgenesis.$$/opt/xcat/share/xcat/netboot/genesis/`uname -m`/fs