Changeset 2438 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin
- Timestamp:
- Sep 29, 2009, 2:41:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/sbin/start-netfs
r2380 r2438 81 81 if [ "$proto" = "sshfs" ]; then 82 82 LogIt "Mounting SSHFS share ($netfsmount) on /tmp/isodir..." 83 sshfs -o ro $netfsmount /tmp/isodir 83 # We need a correct console for ssh 84 ln -sf /dev/console /dev/tty 85 sshfs -o ro,StrictHostKeyChecking=no $netfsmount /tmp/isodir 84 86 elif [ "$proto" != "" ]; then 85 87 LogIt "Mounting Network share ($netfsmount) on /tmp/isodir..."
Note:
See TracChangeset
for help on using the changeset viewer.