remove allow_root

cleanup-cruft
Andrew Gaffney 16 years ago
parent b08a3148d3
commit ce68841635

@ -976,7 +976,7 @@ setup_unionfs() {
# mkdir -p $CHANGES # mkdir -p $CHANGES
# mount -t unionfs -o dirs=$CHANGES=rw unionfs ${UNION} # mount -t unionfs -o dirs=$CHANGES=rw unionfs ${UNION}
good_msg "Creating union mount" good_msg "Creating union mount"
unionfs -o allow_other,allow_root,cow,noinitgroups,suid,dev,default_permissions,use_ino ${rw_dir}=RW:${ro_dir}=RO ${UNION} 2>/dev/null unionfs -o allow_other,cow,noinitgroups,suid,dev,default_permissions,use_ino ${rw_dir}=RW:${ro_dir}=RO ${UNION} 2>/dev/null
ret=$? ret=$?
if [ "${ret}" -ne 0 ] if [ "${ret}" -ne 0 ]
then then

Loading…
Cancel
Save