Changeset 3147 in MondoRescue for branches/3.1/mindi/rootfs/sbin/start-netfs
- Timestamp:
- Jun 19, 2013, 8:34:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/mindi/rootfs/sbin/start-netfs
r2937 r3147 138 138 ln -sf /dev/console /dev/tty 139 139 sshfs -o ro,StrictHostKeyChecking=no $netfsopt $netfsmount /tmp/isodir 140 elif [ "$proto" = "smbfs" ]; then 141 LogIt "Mounting SMBFS share ($netfsmount) on /tmp/isodir..." 142 mount -t cifs $netfsopt $netfsmount /tmp/isodir -o ro 140 143 elif [ "$proto" != "" ]; then 144 if [ -x /sbin/rpcbind ]; then 145 "Startng rpcbind daemon..." 146 /sbin/rpcbind & 147 fi 141 148 LogIt "Mounting Network share ($netfsmount) on /tmp/isodir..." 142 149 touch /etc/mtab
Note:
See TracChangeset
for help on using the changeset viewer.