Ignore:
Timestamp:
Nov 18, 2009, 9:41:00 PM (16 years ago)
Author:
Bruno Cornec
Message:

r3621@localhost: bruno | 2009-11-18 10:53:33 +0100

  • PrepareBootDiskImage replaces previously duplicated functions for lilo/isolinux handling and completely re-written
  • remove useless rootfs files
  • Use MINDI_CACHE instead of /tmp globally
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/rootfs/sbin/find-and-mount-cdrom

    r2462 r2488  
    7070    [ "$SECOND_TRY" ] && add="At 2nd attempt, " || add=""
    7171    LogIt $add"CD-ROM found and mounted at $device" 3
    72     echo "$device" > /tmp/CDROM-LIVES-HERE
     72    echo "$device" > $MINDI_CACHE/CDROM-LIVES-HERE
    7373    LogIt "find-and-mount-cdrom --- leaving (0)"
    7474    exit 0
Note: See TracChangeset for help on using the changeset viewer.