projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08a314
)
remove allow_root
author
Andrew Gaffney
<agaffney@gentoo.org>
Mon, 23 Feb 2009 20:33:21 +0000
(14:33 -0600)
committer
Andrew Gaffney
<agaffney@gentoo.org>
Mon, 23 Feb 2009 20:33:21 +0000
(14:33 -0600)
defaults/initrd.scripts
patch
|
blob
|
history
diff --git
a/defaults/initrd.scripts
b/defaults/initrd.scripts
index a962d813b406dac4b4ff4c24add5c324df972131..ae22dd514d871445d8fc60d949d78d22fc2f0bfb 100755
(executable)
--- 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