# HG changeset patch # User Pascal Bellard # Date 1394274701 0 # Node ID 91cd149df0b9c780a0ed321e5913408cdd8b2ad4 # Parent ff7bbd4b659975f0d379f9b15f8fb41960bdb27c init: fix mount.posixovl args diff -r ff7bbd4b6599 -r 91cd149df0b9 init --- a/init Wed Mar 05 23:55:31 2014 +0200 +++ b/init Sat Mar 08 10:31:41 2014 +0000 @@ -197,7 +197,8 @@ [ "$dev" = "$root" ] || dev="$root ($dev)" echo "Mount $dev..." mnt /mnt - arg posixovl && echo "And posixovl..." && mount.posixovl -F /mnt + arg posixovl && echo "And posixovl..." && + mount.posixovl -F /mnt -- -oallow_other -odefault_permissions fi got loopfs && echo "Into file $root..." && losetup /dev/loop0 /mnt/$root && mount /dev/loop0 /mnt