slitaz-modular rev 99

liblinuxlive: Folders are now bind instead of rbind with mount_device function.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 12 18:05:38 2011 +0000 (2011-05-12)
parents d672aef40303
children a885658a2485
files initramfs/liblinuxlive
line diff
     1.1 --- a/initramfs/liblinuxlive	Wed May 11 13:35:04 2011 +0000
     1.2 +++ b/initramfs/liblinuxlive	Thu May 12 18:05:38 2011 +0000
     1.3 @@ -400,7 +400,7 @@
     1.4     if [ "$FS" ]; then OPTIONS=$(fs_options $FS mount); FS="-t $FS"; fi
     1.5     if [ "$OPTIONS" ]; then OPTIONS="$OPTIONS"; else OPTIONS=""; fi
     1.6     if [ -f "$DEV" ]; then OPTIONS="$OPTIONS,loop"; fi
     1.7 -   if [ -d "$DEV" ]; then OPTIONS="$OPTIONS,rbind"; fi
     1.8 +   if [ -d "$DEV" ]; then OPTIONS="$OPTIONS,bind"; fi
     1.9     if [ "$3" ]; then OPTIONS="$OPTIONS,$3"; fi
    1.10     OPTIONS=$(echo "$OPTIONS" | sed -r "s/^,+//")
    1.11