Ignore:
Timestamp:
Apr 30, 2014, 1:05:17 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • flaws_str should be NULL if no error detected not ""
  • Try to redirect back fd at restore time before launching mondorestore to avoid garbage in log
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/usr/sbin/start-netfs

    r3278 r3279  
    117117    elif [ "$proto" = "smbfs" ]; then
    118118        LogIt "Mounting SMBFS share ($netfsmount) on /tmp/isodir..."
    119         mount -t cifs $netfsopt $netfsmount /tmp/isodir -o ro
     119        mount -t cifs $netfsmount /tmp/isodir -o ro $netfsopt
    120120    elif [ "$proto" != "" ]; then
    121121        if [ -x /sbin/rpcbind ]; then
Note: See TracChangeset for help on using the changeset viewer.