Ignore:
Timestamp:
Feb 2, 2009, 1:09:01 PM (15 years ago)
Author:
Bruno Cornec
Message:

Fix a bug with Newt where a newtResume was missing after multipath.conf edit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/mondorestore/mondo-rstr-tools.c

    r2128 r2136  
    13611361    if (ask_me_yes_or_no
    13621362        ("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 ?")) {
     1363        log_msg(1,"Launching shell for manual initrd recreation");
     1364        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.");
    13631365        mvaddstr_and_log_it(g_currentY, 0, "Modifying initrd...");
    1364         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.");
    13651366        if (!g_text_mode) {
    13661367            newtSuspend();
Note: See TracChangeset for help on using the changeset viewer.