From 5eb7f3034282ce2c796f1ffe3effc85562bc43ee Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 13 May 2013 09:24:47 +0000 Subject: [PATCH] create localdisk directories during genimage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16261 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/rh/genimage | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/netboot/rh/genimage b/xCAT-server/share/xcat/netboot/rh/genimage index 75275469b..28537feb0 100755 --- a/xCAT-server/share/xcat/netboot/rh/genimage +++ b/xCAT-server/share/xcat/netboot/rh/genimage @@ -654,6 +654,8 @@ if ($tempfile) { # this is where tmpfs will be created. mkpath "$rootimg_dir/.statelite"; # create place for NFS mounts. +mkpath "$rootimg_dir/.sllocal/localmnt"; # create place for localdisk mount +mkpath "$rootimg_dir/.sllocal/log"; # create place for localdisk log # this script will get the directories. # TODO: the file is re-copied in liteimg.pm