Changeset 827 in MondoRescue
- Timestamp:
- Sep 24, 2006, 3:53:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/restore-scripts/mondo/stabgrub-me
r567 r827 34 34 old_fstab=/mnt/RESTORING/etc/fstab 35 35 old_grubconf=/mnt/RESTORING/etc/grub.conf 36 # For some distros, e.g. Debian, /etc/grub.conf is a symbolic link 37 # which we need to resolve and prepend with /mnt/RESTORING because 38 # we run this outside the chroot. 39 if [ -L "$old_grubconf" ] ; then 40 old_grubconf=/mnt/RESTORING`readlink "$old_grubconf"` 41 fi 36 42 return 0 37 43 elif [ -f "/mnt/cdrom/archives/CUCKOO" ] ; then
Note:
See TracChangeset
for help on using the changeset viewer.