Changeset 3123 in MondoRescue


Ignore:
Timestamp:
May 17, 2013, 9:03:44 PM (11 years ago)
Author:
victor gattegno
Message:

Ticket #686 - Added grub.conf, grub.cfg and modified device.map.lst to device.map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3122 r3123  
    30613061    LogFile "-------------"
    30623062    cat /boot/grub/menu.lst >> $LOGFILE
    3063 fi
    3064 if [ -r /boot/grub/device.map.lst ]; then
     3063    LogFile "-------------"
     3064fi
     3065if [ -r /boot/grub/grub.conf ]; then
     3066    LogFile "-------------"
     3067    LogFile "INFO: /boot/grub/grub.conf content"
     3068    LogFile "-------------"
     3069    cat /boot/grub/grub.conf >> $LOGFILE
     3070    LogFile "-------------"
     3071fi
     3072if [ -r /boot/grub/grub.cfg ]; then
     3073    LogFile "-------------"
     3074    LogFile "INFO: /boot/grub/grub.cfg content"
     3075    LogFile "-------------"
     3076    cat /boot/grub/grub.cfg >> $LOGFILE
     3077    LogFile "-------------"
     3078fi
     3079if [ -r /boot/grub/device.map ]; then
    30653080    LogFile "-------------"
    30663081    LogFile "INFO: /boot/grub/device.map content"
    30673082    LogFile "-------------"
    3068     cat /boot/grub/menu.lst >> $LOGFILE
     3083    cat /boot/grub/device.map >> $LOGFILE
     3084    LogFile "-------------"
    30693085fi
    30703086if [ -r /etc/lilo.conf ]; then
Note: See TracChangeset for help on using the changeset viewer.