From d7c626da34db07eb146e5e4571f9ffaa92e5b24c Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 13 May 2013 11:10:39 +0000 Subject: [PATCH] run localdisk in stateless git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16266 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/rh/dracut/xcatroot | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/netboot/rh/dracut/xcatroot b/xCAT-server/share/xcat/netboot/rh/dracut/xcatroot index b6595b017..45c663ee7 100755 --- a/xCAT-server/share/xcat/netboot/rh/dracut/xcatroot +++ b/xCAT-server/share/xcat/netboot/rh/dracut/xcatroot @@ -56,6 +56,7 @@ elif [ -r /rootimg.gz ]; then else gzip -cd /rootimg.gz |cpio -idum fi + $NEWROOT/etc/init.d/localdisk echo Done elif [ -r /rootimg-statelite.gz ]; then echo Setting up RAM-root tmpfs for statelite mode.