slitaz-boot-scripts rev 357 5.4.2

bootopts.sh: fix posixovl args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 26 20:34:53 2014 +0000 (2014-03-26)
parents 93758e8de78a
children 1368d468177f
files etc/init.d/bootopts.sh
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Fri Mar 14 00:14:16 2014 +0100
     1.2 +++ b/etc/init.d/bootopts.sh	Wed Mar 26 20:34:53 2014 +0000
     1.3 @@ -93,7 +93,7 @@
     1.4  				[ -d /home/$USER ] && mv /home/$USER /tmp/$USER-files
     1.5  				mount /dev/$DEVID /home &&
     1.6  				case "$(/sbin/blkid | grep /dev/$DEVID:)" in
     1.7 -				*\"ntfs\"*|*\"vfat\"*) mount.posixovl -F /home ;;
     1.8 +				*\"ntfs\"*|*\"vfat\"*) mount.posixovl -F /home -- -oallow_other -odefault_permissions -osuid ;;
     1.9  				esac
    1.10  				mount /home -o remount,uid=1000,gid=100 2>/dev/null
    1.11  				# Check if swap file must be generated in /home: swap=size (Mb).