Changeset 2438 in MondoRescue for branches/2.2.9/mindi/rootfs
- Timestamp:
- Sep 29, 2009, 2:41:36 PM (16 years ago)
- Location:
- branches/2.2.9/mindi/rootfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/etc/passwd
r2433 r2438 1 root::0:0::/:/bin/bash 1 2 halt:x:7:0:halt:/sbin:/sbin/halt 2 3 operator:x:11:0:operator:/:/bin/bash 3 root::0:0::/:/bin/bash4 4 shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown 5 5 sync:x:5:0:sync:/sbin:/bin/sync -
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.