Changeset 3299 in MondoRescue
- Timestamp:
- Jun 7, 2014, 8:49:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3297 r3299 1449 1449 paranoid_system("chroot " MNT_RESTORING); 1450 1450 newtResume(); 1451 popup_and_OK("Thank you.");1452 1451 } else { 1453 1452 popup_and_OK("GRUB is now installed correctly"); … … 1475 1474 1476 1475 if (res) { 1477 popup_and_OK 1478 ("Because of bugs in GRUB's own installer, GRUB was not installed properly. Please install the boot loader manually now, using this chroot()'ed shell prompt. Type 'exit' when you have finished."); 1476 popup_and_OK("Because of bugs in GRUB's own installer, GRUB was not installed properly. Please install the boot loader manually now, using this chroot()'ed shell prompt. Type 'exit' when you have finished."); 1479 1477 newtSuspend(); 1480 1478 paranoid_system("chroot " MNT_RESTORING); 1481 1479 newtResume(); 1482 popup_and_OK("Thank you.");1483 1480 } 1484 1481 }
Note:
See TracChangeset
for help on using the changeset viewer.