# HG changeset patch # User Pascal Bellard # Date 1394276347 0 # Node ID 9019e55a67d8d4b637183d747f0c9ec223b3d018 # Parent 91cd149df0b9c780a0ed321e5913408cdd8b2ad4 init: fix mount.posixovl args (again) diff -r 91cd149df0b9 -r 9019e55a67d8 init --- a/init Sat Mar 08 10:31:41 2014 +0000 +++ b/init Sat Mar 08 10:59:07 2014 +0000 @@ -198,7 +198,7 @@ echo "Mount $dev..." mnt /mnt arg posixovl && echo "And posixovl..." && - mount.posixovl -F /mnt -- -oallow_other -odefault_permissions + mount.posixovl -F /mnt -- -oallow_other -odefault_permissions -osuid fi got loopfs && echo "Into file $root..." && losetup /dev/loop0 /mnt/$root && mount /dev/loop0 /mnt