Changeset 2001 in MondoRescue for branches/2.2.6/mindi


Ignore:
Timestamp:
Jul 12, 2008, 1:13:23 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix for #270 by mounting NFS share ro, to avoid removal of mondo images. More fixes are done in 2.2.7. This is to create an intermediate 2.0.3 mindi version fixing only that issue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/rootfs/sbin/start-nfs

    r1927 r2001  
    6969    LogIt "Mounting NFS share ($nfsmount) on /tmp/isodir..."
    7070    touch /etc/mtab
    71     mount -t nfs -o nolock $nfsmount /tmp/isodir
     71    mount -t nfs -o nolock,ro $nfsmount /tmp/isodir
    7272   
    7373    LogIt "Mounting NFS image ${imgname}-1.iso in $dirimg on /mnt/cdrom in loopback"
Note: See TracChangeset for help on using the changeset viewer.