Changeset 3733 in MondoRescue for branches/3.3/mondo/src/restore-scripts
- Timestamp:
- Nov 18, 2019, 1:44:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/restore-scripts/mondo/mr-grub
r3699 r3733 109 109 if [ -x $MNT_RESTORING/usr/sbin/grub-install.unsupported ]; then 110 110 echo "Now I'll use OpenSuSE/SLES new grub-install in chroot" >> $LOGFILE 111 chroot $MNT_RESTORING /usr/sbin/grub-install >> $LOGFILE 2>> $LOGFILE111 chroot $MNT_RESTORING /usr/sbin/grub-install.unsupported >> $LOGFILE 2>> $LOGFILE 112 112 res=$? 113 echo "grub-install in chroot returned $res" >> $LOGFILE113 echo "grub-install.unsupported in chroot returned $res" >> $LOGFILE 114 114 fi 115 115 else 116 116 if [ -x /usr/sbin/grub-install.unsupported ]; then 117 117 echo "Now I'll use OpenSuSE/SLES new grub-install locally" >> $LOGFILE 118 /usr/sbin/grub-install >> $LOGFILE 2>> $LOGFILE118 /usr/sbin/grub-install.unsupported >> $LOGFILE 2>> $LOGFILE 119 119 res=$? 120 echo "grub-install returned $res" >> $LOGFILE120 echo "grub-install.unsupported returned $res" >> $LOGFILE 121 121 fi 122 122 fi
Note:
See TracChangeset
for help on using the changeset viewer.