Changeset 207 in MondoRescue for branches/2.05/mindi


Ignore:
Timestamp:
Dec 15, 2005, 12:55:10 AM (18 years ago)
Author:
bcornec
Message:

Fix a bug on the name of the ISO image in PXE mode (-1 after prefix is required) (Sébastien Aperghis-Tramoni)

File:
1 edited

Legend:

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

    r196 r207  
    638638            done
    639639        fi
    640         LogIt "Mounting NFS image $imgname.iso on /mnt/cdrom in loopback"
    641         losetup /dev/loop7 /tmp/isodir/$imgname.iso
     640        LogIt "Mounting NFS image $imgname-1.iso on /mnt/cdrom in loopback"
     641        losetup /dev/loop7 /tmp/isodir/$imgname-1.iso
    642642        mount -t iso9660 /dev/loop7 /mnt/cdrom
    643643        # Simulate a local CD
Note: See TracChangeset for help on using the changeset viewer.