aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2009-02-23 13:32:03 -0600
committerAndrew Gaffney <agaffney@gentoo.org>2009-02-23 13:32:03 -0600
commit3fd9ecdd35c6c6d448599c779e009dfb8208485c (patch)
treec589fcec13a7f71b314088fca104856e0264c62b /defaults
parentAdd support for multiple possible kernel binary paths for gentoo bug #255085 (diff)
downloadgenkernel-3fd9ecdd35c6c6d448599c779e009dfb8208485c.tar.gz
genkernel-3fd9ecdd35c6c6d448599c779e009dfb8208485c.tar.bz2
genkernel-3fd9ecdd35c6c6d448599c779e009dfb8208485c.zip
add a few more mount options to try to help livecd
Diffstat (limited to 'defaults')
-rwxr-xr-xdefaults/initrd.scripts2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index a280687..22cb881 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,cow,noinitgroups,suid,dev ${rw_dir}=RW:${ro_dir}=RO ${UNION} 2>/dev/null
+ unionfs -o allow_other,allow_root,cow,noinitgroups,suid,dev,default_permissions ${rw_dir}=RW:${ro_dir}=RO ${UNION} 2>/dev/null
ret=$?
if [ "${ret}" -ne 0 ]
then