Changeset 3047 in MondoRescue
- Timestamp:
- Oct 9, 2012, 5:13:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/restore-scripts/mondo/grub-MR
r2996 r3047 107 107 if [ "$MNT_RESTORING" ] ; then 108 108 if [ -x $MNT_RESTORING/usr/sbin/grub-install.unsupported ]; then 109 echo "Now I'll use grub-install.unsupportedin chroot" >> $LOGFILE110 chroot $MNT_RESTORING /usr/sbin/grub-install .unsupported $1>> $LOGFILE 2>> $LOGFILE109 echo "Now I'll use OpenSuSE/SLES new grub-install in chroot" >> $LOGFILE 110 chroot $MNT_RESTORING /usr/sbin/grub-install >> $LOGFILE 2>> $LOGFILE 111 111 res=$? 112 echo "grub-install .unsupportedin chroot returned $res" >> $LOGFILE112 echo "grub-install in chroot returned $res" >> $LOGFILE 113 113 fi 114 114 else 115 115 if [ -x /usr/sbin/grub-install.unsupported ]; then 116 echo "Now I'll use grub-install.unsupportedlocally" >> $LOGFILE117 /usr/sbin/grub-install .unsupported $1>> $LOGFILE 2>> $LOGFILE116 echo "Now I'll use OpenSuSE/SLES new grub-install locally" >> $LOGFILE 117 /usr/sbin/grub-install >> $LOGFILE 2>> $LOGFILE 118 118 res=$? 119 echo "grub-install .unsupportedreturned $res" >> $LOGFILE119 echo "grub-install returned $res" >> $LOGFILE 120 120 fi 121 121 fi
Note:
See TracChangeset
for help on using the changeset viewer.