From 337c515d0214471fe470b592c172400da5bcaddb Mon Sep 17 00:00:00 2001 From: daniceexi Date: Sat, 27 Apr 2013 08:01:13 +0000 Subject: [PATCH] change the mount point of localdisk git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16104 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite | 2 +- .../share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite index 5a0e8f7dd..9f735c49a 100755 --- a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite +++ b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite @@ -15,7 +15,7 @@ SYNCLIST="${MNTDIR}/$SL/litefile" # the list of files to sync TREEMOUNT="${MNTDIR}/$SL/mnt" # where I mount all the trees. TMPFS="${MNTDIR}/$SL/tmpfs" DEFAULT="${MNTDIR}/.default" -LOCAL="${MNTDIR}/.sllocal" +LOCAL="${MNTDIR}/.sllocal/localmnt" LOG="${MNTDIR}/${SL}/statelite.log" ELIST=[] # entry list, each entry will contain the type and the path declare -a CLIST diff --git a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat index 36222df89..a5034460e 100755 --- a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat +++ b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat @@ -15,7 +15,7 @@ SYNCLIST="${MNTDIR}/$SL/litefile" # the list of files to sync TREEMOUNT="${MNTDIR}/$SL/mnt" # where I mount all the trees. TMPFS="${MNTDIR}/$SL/tmpfs" DEFAULT="${MNTDIR}/.default" -LOCAL="${MNTDIR}/.sllocal" +LOCAL="${MNTDIR}/.sllocal/localmnt" LOG="${MNTDIR}/${SL}/statelite.log" ELIST=[] # entry list, each entry will contain the type and the path declare -a CLIST