Changeset 3157 in MondoRescue


Ignore:
Timestamp:
Jun 24, 2013, 7:20:39 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Inidicate the other new tools than mkinitrd to hel prebuilding the boot env (Philippe Lefevre ph.l_at_libertysurf.fr)
File:
1 edited

Legend:

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

    r3150 r3157  
    12531253            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");
    12541254        } else {
    1255             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.");
     1255            popup_and_OK("You'll now be chrooted under your future / partition.\nGo under /boot and rebuild your init(rd|ramfs) with\nmkinitrd -f -v initrd-2.x.y.img 2.x.y e.g.\nor initramfs, dracut, ... Then type exit to finish.");
    12561256        }
    12571257        mvaddstr_and_log_it(g_currentY, 0, "Modifying initrd...");
Note: See TracChangeset for help on using the changeset viewer.