Changeset 2195 in MondoRescue for branches/2.2.9/mondo/src/common
- Timestamp:
- May 11, 2009, 3:08:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-tools.c
r2194 r2195 958 958 ("grep ramdisk /proc/devices", FALSE)) { 959 959 /* Some SuSE have ramdisk as modules, so insert it first, then test again */ 960 run_program_and_log_output("modprobe brd 2> /dev/null > /dev/null" );960 run_program_and_log_output("modprobe brd 2> /dev/null > /dev/null",FALSE); 961 961 if (run_program_and_log_output 962 962 ("grep ramdisk /proc/devices", FALSE)) {
Note:
See TracChangeset
for help on using the changeset viewer.