Changeset 3698 in MondoRescue
- Timestamp:
- Mar 28, 2018, 12:41:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/restore-scripts/mondo/mr-grub
r3683 r3698 136 136 [ "$res" -eq "0" ] && exit 0 137 137 138 if [ "$MNT_RESTORING" ] ; then 139 devfile="$MNT_RESTORING/boot/grub2/device.map" 140 else 141 devfile="/boot/grub2/device.map" 142 fi 143 echo "Content of $devfile" 144 echo "-------------------" 145 if [ -f "$devfile" ]; then 146 cat $devfile 147 else 148 echo "No file $devfile" 149 fi 138 150 139 151 echo "Now I'll use grub2-install" >> $LOGFILE
Note:
See TracChangeset
for help on using the changeset viewer.