Changeset 2996 in MondoRescue
- Timestamp:
- Apr 12, 2012, 7:33:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/restore-scripts/mondo/grub-MR
r2956 r2996 124 124 echo "Now I'll use grub-install" >> $LOGFILE 125 125 if [ "$MNT_RESTORING" ] ; then 126 echo "Launching: chroot $MNT_RESTORING grub-install $1" >> $LOGFILE 126 127 chroot $MNT_RESTORING grub-install $1 >> $LOGFILE 2>> $LOGFILE 127 128 res=$? 128 129 else 130 echo "Launching: grub-install $1" >> $LOGFILE 129 131 grub-install $1 >> $LOGFILE 2>> $LOGFILE 130 132 res=$?
Note:
See TracChangeset
for help on using the changeset viewer.