Ignore:
Timestamp:
Dec 17, 2008, 5:26:31 PM (15 years ago)
Author:
Bruno Cornec
Message:

Use /boot/grub/menu.lst everywhere instead of meesing up with /etc/grub.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/restore-scripts/mondo/grub-MR

    r1315 r2095  
    158158# ---------------------------------
    159159
    160 echo "Trying to use the existing grub.conf file in batch mode" >> $LOGFILE
    161 chroot /mnt/RESTORING grub --batch < /mnt/RESTORING/etc/grub.conf
     160echo "Trying to use the existing menu.lst file in batch mode" >> $LOGFILE
     161chroot /mnt/RESTORING grub --batch < /mnt/RESTORING/boot/grub/menu.lst
    162162res=$?
    163 echo "Grub.conf approach returned $res" >> $LOGFILE
     163echo "menu.lst approach returned $res" >> $LOGFILE
    164164[ "$res" -eq "0" ] && exit 0
    165165
Note: See TracChangeset for help on using the changeset viewer.