Changeset 9 in MondoRescue for trunk/mondo/mondo/common/libmondo-files.c


Ignore:
Timestamp:
Sep 6, 2005, 5:28:03 PM (19 years ago)
Author:
bcornec
Message:

Correct bugs reported by Yann Aubert <technique@…>

1/ ping in start-nfs to allow for interface to come up
2/ nolock option for NFS mount as portmap isn't started

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-files.c

    r1 r9  
    12481248  fprintf (fout, "ifconfig %s %s; # config client\n", nfs_dev,
    12491249       nfs_client_ipaddr);
    1250   fprintf (fout, "# ping -c1 %s; # ping server\n", nfs_server_ipaddr);
     1250  fprintf (fout, "ping -c1 %s; # ping server\n", nfs_server_ipaddr);
    12511251  fprintf (fout, "mount -t nfs -o nolock %s /tmp/isodir\n", bkpinfo->nfs_mount);
    12521252  fprintf (fout, "exit 0\n");
Note: See TracChangeset for help on using the changeset viewer.