Changeset 3645 in MondoRescue for branches/3.3/mondo/src/restore-scripts
- Timestamp:
- Jan 3, 2017, 2:06:25 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/restore-scripts/mondo/mr-grub
r3542 r3645 14 14 15 15 FindBootPart() { 16 # Work only for grub v1 16 17 local i 17 18 bootpart="" … … 175 176 echo ".............Cool." 2>&1 | tee -a $LOGFILE 176 177 177 grub=`FindPathOfRESTExe grub `178 grub=`FindPathOfRESTExe grub | head -1` 178 179 mkdir -p /boot 179 180 [ "$MNT_RESTORING" ] && ln -sf /mnt/RESTORING/boot/grub /boot/grub 181 [ "$MNT_RESTORING" ] && ln -sf /mnt/RESTORING/boot/grub2 /boot/grub2 180 182 181 183 # ---------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.