Changeset 1373 in MondoRescue
- Timestamp:
- Apr 30, 2007, 10:47:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-tools.c
r1365 r1373 1089 1089 if (tmp[0]) { 1090 1090 log_it("/boot is at %s according to /etc/fstab", tmp); 1091 if ( strstr(tmp, "LABEL=")) {1091 if ((strstr(tmp, "LABEL=") || strstr(tmp,"UUID="))) { 1092 1092 if (!run_program_and_log_output("mount /boot", 5)) { 1093 1093 strcpy(g_boot_mountpt, "/boot"); 1094 1094 mr_msg(1, "Mounted /boot"); 1095 1095 } else { 1096 log_it("...ignored cos it's a label :-)");1096 log_it("...ignored cos it's a label or uuid :-)"); 1097 1097 } 1098 1098 } else {
Note:
See TracChangeset
for help on using the changeset viewer.