Ignore:
Timestamp:
Mar 24, 2016, 5:48:03 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Rename all mondorestore scripts with the mr- prefix and adapt callers
  • Place these scripts in /usr/bin on the restore media
  • Fix a mindi bug where these scripts were not copied anymore with previous modifications around removal of cd
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/restore-scripts/mondo/mr-hack-lilo

    r3541 r3542  
    111111# ------------------ main ------------------
    112112
    113 LogIt "hack-lilo --- starting"
     113LogIt "mr-hack-lilo --- starting"
    114114
    115115bootlistfile=/tmp/partitions-to-make-bootable.txt
     
    117117
    118118if [ "$#" -ne "6" ] ; then
    119     LogIt "hack-lilo <old mountlist> <old fstab> <old lilo> <new mountlist> <new fstab> <new lilo>" 1
     119    LogIt "mr-hack-lilo <old mountlist> <old fstab> <old lilo> <new mountlist> <new fstab> <new lilo>" 1
    120120    LogIt "NB: the new lilo file is outgoing; all others are incoming." 1
    121121    exit 1
     
    134134sort -u $bootlistfile -o $bootlistfile
    135135
    136 #------ disabled 12/10/01 (doesn't do anything anyway *g*)
    137 #make-me-bootable $bootlistfile > /tmp/make-me-bootable.log 2> /tmp/make-me-bootable.log
    138 
    139 LogIt "hack-lilo --- leaving"
     136LogIt "mr-hack-lilo --- leaving"
    140137exit 0
Note: See TracChangeset for help on using the changeset viewer.