Changeset 2438 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/start-netfs


Ignore:
Timestamp:
Sep 29, 2009, 2:41:36 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Improvements on sshfs/ssh management in restore mode
  • Include now all minimal requirements for sshfs
File:
1 edited

Legend:

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

    r2380 r2438  
    8181    if [ "$proto" = "sshfs" ]; then
    8282        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
    8486    elif [ "$proto" != "" ]; then
    8587        LogIt "Mounting Network share ($netfsmount) on /tmp/isodir..."
Note: See TracChangeset for help on using the changeset viewer.