Changeset 2438 in MondoRescue for branches/2.2.9/mindi/rootfs


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
Location:
branches/2.2.9/mindi/rootfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/rootfs/etc/passwd

    r2433 r2438  
     1root::0:0::/:/bin/bash
    12halt:x:7:0:halt:/sbin:/sbin/halt
    23operator:x:11:0:operator:/:/bin/bash
    3 root::0:0::/:/bin/bash
    44shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
    55sync:x:5:0:sync:/sbin:/bin/sync
  • 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.