Changeset 3683 in MondoRescue
- Timestamp:
- Aug 18, 2017, 12:16:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/restore-scripts/mondo/mr-grub
r3645 r3683 139 139 echo "Now I'll use grub2-install" >> $LOGFILE 140 140 if [ "$MNT_RESTORING" ] ; then 141 chroot $MNT_RESTORING grub2-install $1 >> $LOGFILE 2>> $LOGFILE142 res=$? 143 else 144 grub2-install $1 >> $LOGFILE 2>> $LOGFILE141 chroot $MNT_RESTORING grub2-install --force $1 >> $LOGFILE 2>> $LOGFILE 142 res=$? 143 else 144 grub2-install --force $1 >> $LOGFILE 2>> $LOGFILE 145 145 res=$? 146 146 fi
Note:
See TracChangeset
for help on using the changeset viewer.