Changeset 173

Show
Ignore:
Timestamp:
04/09/06 15:18:33 (3 years ago)
Author:
bonbons
Message:

Fix incorrect parameters to vmount when operating on guest's root
=> caused startup of guest to fail in certain cirumstances
(cwd == / on call to vserver start) as it wanted to mount things
with host's fstab!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.4/scripts/lib/vps.sh

    r134 r173  
    385385        if [ "$1" == "root" ]; then 
    386386                ${_VNAMESPACE} -E -x ${VX_XID} -- \ 
    387                 ${_VMOUNT} -M -n -r ${VDIR} 
     387                ${_VMOUNT} -R -n -r ${VDIR} 
    388388        else 
    389389                pushd ${VDIR} >/dev/null