summarylogtreecommitdiffstats
path: root/mondo-initrd.patch
blob: 1fbb84b93bb94173d9b8ae3dc5efe89f8cfb99af (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mondo-3.2.0/src/mondorestore/mondo-rstr-tools.c
+++ mondo-3.2.0/src/mondorestore/mondo-rstr-tools-patch.c
@@ -1246,7 +1246,7 @@
 		("You will now be able to re-generate your initrd.\nThis is especially useful if you changed of hardware configuration, cloned, made P2V, used multipath...\nDo you need to do it ?")) {
 		log_msg(1,"Launching shell for manual initrd recreation");
 		if (does_file_exist(MNT_RESTORING"/etc/arch-release")) {
-			popup_and_OK("You'll now be chrooted under your future / partition.\nEdit /etc/mkinitcpio.conf if needed and rebuild your initrd with the kernel preset name e.g.\nmkinitcpio -p kernel26\nThen type exit to finish.\n");
+			popup_and_OK("You'll now be chrooted under your future / partition.\nEdit /etc/mkinitcpio.conf if needed and rebuild your initrd with the kernel preset name e.g.\nmkinitcpio -p linux\nThen type exit to finish.\n");
 		} else {
 			popup_and_OK("You'll now be chrooted under your future / partition.\nGo under /boot and rebuild your initrd with\nmkinitrd -f -v initrd-2.x.y.img 2.x.y e.g.\nThen type exit to finish.");
 		}