# HG changeset patch # User Pascal Bellard # Date 1395866093 0 # Node ID e147902153c1f14471954a337bac0f71490238d8 # Parent 93758e8de78a70eb6ecaa397d744fa4e20c3de56 bootopts.sh: fix posixovl args diff -r 93758e8de78a -r e147902153c1 etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Fri Mar 14 00:14:16 2014 +0100 +++ b/etc/init.d/bootopts.sh Wed Mar 26 20:34:53 2014 +0000 @@ -93,7 +93,7 @@ [ -d /home/$USER ] && mv /home/$USER /tmp/$USER-files mount /dev/$DEVID /home && case "$(/sbin/blkid | grep /dev/$DEVID:)" in - *\"ntfs\"*|*\"vfat\"*) mount.posixovl -F /home ;; + *\"ntfs\"*|*\"vfat\"*) mount.posixovl -F /home -- -oallow_other -odefault_permissions -osuid ;; esac mount /home -o remount,uid=1000,gid=100 2>/dev/null # Check if swap file must be generated in /home: swap=size (Mb).