View | Details | Raw Unified | Return to bug 350539
Collapse All | Expand All

(-)OSRFstab.ycp (+4 lines)
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]:""

Return to bug 350539