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