Changeset 1372 in MondoRescue
- Timestamp:
- Apr 30, 2007, 10:42:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mondo/src/common/libmondo-tools.c
r1316 r1372 1403 1403 if (tmp[0]) { 1404 1404 log_it("/boot is at %s according to /etc/fstab", tmp); 1405 if ( strstr(tmp, "LABEL=")) {1405 if ((strstr(tmp, "LABEL=") || strstr(tmp,"UUID="))) { 1406 1406 if (!run_program_and_log_output("mount /boot", 5)) { 1407 1407 strcpy(g_boot_mountpt, "/boot"); 1408 1408 log_msg(1, "Mounted /boot"); 1409 1409 } else { 1410 log_it("...ignored cos it's a label :-)");1410 log_it("...ignored cos it's a label or uuid :-)"); 1411 1411 } 1412 1412 } else {
Note:
See TracChangeset
for help on using the changeset viewer.