Changeset 3279 in MondoRescue for branches/3.2/mindi/rootfs/usr/sbin/start-netfs
- Timestamp:
- Apr 30, 2014, 1:05:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/rootfs/usr/sbin/start-netfs
r3278 r3279 117 117 elif [ "$proto" = "smbfs" ]; then 118 118 LogIt "Mounting SMBFS share ($netfsmount) on /tmp/isodir..." 119 mount -t cifs $netfs opt $netfsmount /tmp/isodir -o ro119 mount -t cifs $netfsmount /tmp/isodir -o ro $netfsopt 120 120 elif [ "$proto" != "" ]; then 121 121 if [ -x /sbin/rpcbind ]; then
Note:
See TracChangeset
for help on using the changeset viewer.