Changeset 365 in MondoRescue


Ignore:
Timestamp:
Feb 9, 2006, 7:28:23 PM (18 years ago)
Author:
bcornec
Message:

the busybox mount should be called with -o ro when working with read-only media to mount in PXE case.
this should correct the bug reported on RHEL 3 with PXE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/rootfs/sbin/init

    r305 r365  
    648648    LogIt "Mounting NFS image $imgname-1.iso in $dirimg on /mnt/cdrom in loopback"
    649649    losetup /dev/loop7 /tmp/isodir/$dirimg/$imgname-1.iso
    650     mount -t iso9660 /dev/loop7 /mnt/cdrom
     650    mount -o ro -t iso9660 /dev/loop7 /mnt/cdrom
    651651    # Simulate a local CD
    652652    echo "/mnt/cdrom" > /tmp/CDROM-LIVES-HERE
Note: See TracChangeset for help on using the changeset viewer.