|
Lines 506-514
Link Here
|
| 506 |
*/ |
506 |
*/ |
| 507 |
define boolean check_fs_vfstype(list<string> line, map part) ``{ |
507 |
define boolean check_fs_vfstype(list<string> line, map part) ``{ |
| 508 |
|
508 |
|
|
|
509 |
y2internal ("line: %1", line); |
| 509 |
if (line[2]:"" == nil || line[2]:"" == "") return false; |
510 |
if (line[2]:"" == nil || line[2]:"" == "") return false; |
| 510 |
|
511 |
|
| 511 |
line[2] = remove_blanks (line[2]:""); |
512 |
line[2] = remove_blanks (line[2]:""); |
|
|
513 |
y2internal ("removed: %1", line[2]:""); |
| 514 |
y2warning ("part %1", part); |
| 515 |
y2internal ("FileSystems::GetMountString (%1):%2", part["detected_fs"]:`unknown, FileSystems::GetMountString (part["detected_fs"]:`unknown, "!")); |
| 512 |
|
516 |
|
| 513 |
if (!(FileSystems::GetMountString (part["detected_fs"]:`unknown, "!") |
517 |
if (!(FileSystems::GetMountString (part["detected_fs"]:`unknown, "!") |
| 514 |
== line[2]:"" |
518 |
== line[2]:"" |
|
Lines 866-873
Link Here
|
| 866 |
fs_vfstype = check_fs_vfstype(line, part); |
870 |
fs_vfstype = check_fs_vfstype(line, part); |
| 867 |
fs_mntops = check_fs_mntops( line); |
871 |
fs_mntops = check_fs_mntops( line); |
| 868 |
} |
872 |
} |
| 869 |
else if (contains (checked_partitions, part["dev_name"]:"") && |
873 |
else if ((part["found"]:"" == "dev") && |
| 870 |
part["found"]:"" == "dev") |
874 |
(contains (checked_partitions, part["dev_name"]:"") || |
|
|
875 |
contains (checked_partitions, part["device"]:"")) |
| 876 |
) |
| 871 |
{ |
877 |
{ |
| 872 |
// check root first with CheckRootEntry!! |
878 |
// check root first with CheckRootEntry!! |
| 873 |
if (line[1]:"" == "/") |
879 |
if (line[1]:"" == "/") |