Changeset 2709 in MondoRescue for branches/2.2.9


Ignore:
Timestamp:
Jan 27, 2011, 8:16:51 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4196@localhost: bruno | 2011-01-27 20:01:42 +0100

  • Really fix the proto bug in start-netfs !
Location:
branches/2.2.9/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi-bkphw

    r2700 r2709  
    5555        $tooldir = dirname($tool);
    5656        if (! (-x $tool)) {
    57             print "You should install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n";
     57            print "You could install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n";
    5858            print "Get it from http://www.hp.com/servers/sstoolkit\n";
    5959            next;
  • branches/2.2.9/mindi/rootfs/sbin/start-netfs

    r2707 r2709  
    7777    if [ "$proto" = "" ]; then
    7878        LogIt "No protocol specified, defaulting to NFS"
    79         proto = "nfs"
     79        proto="nfs"
    8080    fi
    8181
Note: See TracChangeset for help on using the changeset viewer.