updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / mondo / mondo-initrd.patch
blob370f0cdee14db1b14dff8d6970885f5660cf1c19
1 --- mondo-3.0.0/src/mondorestore/mondo-rstr-tools.c 2011-11-21 02:46:46.000000000 +0000
2 +++ mondo-3.0.0/src/mondorestore/mondo-rstr-tools-patch.c 2012-01-09 12:24:09.000000000 +0000
3 @@ -1246,7 +1246,7 @@
4 ("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 ?")) {
5 log_msg(1,"Launching shell for manual initrd recreation");
6 if (does_file_exist(MNT_RESTORING"/etc/arch-release")) {
7 - 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");
8 + 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");
9 } else {
10 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.");