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

(-)OSRFstab.ycp (-2 / +4 lines)
Lines 866-873 Link Here
866
	    fs_vfstype	= check_fs_vfstype(line, part);
866
	    fs_vfstype	= check_fs_vfstype(line, part);
867
	    fs_mntops	= check_fs_mntops( line);
867
	    fs_mntops	= check_fs_mntops( line);
868
	}
868
	}
869
	else if (contains (checked_partitions, part["dev_name"]:"") &&
869
	else if ((part["found"]:"" == "dev") &&
870
		 part["found"]:"" == "dev")
870
	    (contains (checked_partitions, part["dev_name"]:"") ||
871
	     contains (checked_partitions, part["device"]:""))
872
	)
871
	{
873
	{
872
	    // check root first with CheckRootEntry!!
874
	    // check root first with CheckRootEntry!!
873
	    if (line[1]:"" == "/")
875
	    if (line[1]:"" == "/")

Return to bug 350539