From: Andrew Gaffney Date: Mon, 23 Feb 2009 20:33:21 +0000 (-0600) Subject: remove allow_root X-Git-Tag: v3.4.10.904~12^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce6884163558778a826878ab276b7d03661577be;p=genkernel.git remove allow_root --- diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index a962d81..ae22dd5 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -976,7 +976,7 @@ setup_unionfs() { # mkdir -p $CHANGES # mount -t unionfs -o dirs=$CHANGES=rw unionfs ${UNION} 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=$? if [ "${ret}" -ne 0 ] then