create localdisk directories during genimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16102 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
390f7693b9
commit
c2dcbfc537
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user