Changeset 1044 in MondoRescue for branches/stable/mindi


Ignore:
Timestamp:
Jan 9, 2007, 12:54:21 AM (18 years ago)
Author:
Bruno Cornec
Message:

We now use consistently /var/cache/mindi everywhere

Location:
branches/stable/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1036 r1044  
    29782978[ "$YOUR_KERNEL_SUCKS" ] && [ ! "$FAILSAFE_KVER" ] && Die "Please install mindi-kernel package. You need it.\nGo to http://www.mondorescue.org and download it, then install it."
    29792979
    2980 rm -f /root/images/mindi/{*img,*gz,*iso}
     2980rm -f /var/cache/mindi/{*img,*gz,*iso}
    29812981
    29822982PrepareDataDiskImages $CACHE_LOC
     
    30283028    LogIt "Finished."
    30293029elif [ "$TAPEDEV" ] ; then
    3030     mkdir -p /root/images/mindi
    3031     rm -f /root/images/mindi/{*img,*gz,*iso}
     3030    mkdir -p /var/cache/mindi
     3031    rm -f /var/cache/mindi/{*img,*gz,*iso}
    30323032    OfferToMakeBootableISO $CACHE_LOC
    30333033    if [ -e "$CACHE_LOC/all.tar.gz" ] ; then
  • branches/stable/mindi/rootfs/sbin/init

    r911 r1044  
    175175        LogIt "the CD/hard disk/whatever to physical 1.44MB disks and" 3
    176176        LogIt "insert them, one after the other. Please see the manual." 3
    177         LogIt "The images are in /images on the CD, or /root/images/mindi" 3
     177        LogIt "The images are in /images on the CD, or /var/cache/mindi" 3
    178178        LogIt "on your hard disk. Your archives are probably fine but" 3
    179179        LogIt "your tape streamer and/or CD-ROM drive are eccentric. :-)" 3
Note: See TracChangeset for help on using the changeset viewer.