Ignore:
Timestamp:
Dec 30, 2013, 10:46:31 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove FAILSAFE mentions in mondo and its doc as well (feature was already disabled)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-tools.c

    r3205 r3225  
    940940        run_program_and_log_output("modprobe brd 2> /dev/null > /dev/null",FALSE);
    941941        if (run_program_and_log_output("grep ramdisk /proc/devices", FALSE)) {
    942             if (!ask_me_yes_or_no("Your kernel has no ramdisk support. That's mind-numbingly stupid but I'll allow it if you're planning to use a failsafe kernel. Are you?")) {
     942            if (!ask_me_yes_or_no("Your kernel has no ramdisk support. That's mind-numbingly stupid but I'll allow it if you're planning to use another kernel. Are you?")) {
    943943                //          retval++;
    944944                log_to_screen("It looks as if your kernel lacks ramdisk and initrd support.");
Note: See TracChangeset for help on using the changeset viewer.