Bugzilla – Attachment 189173 Details for
Bug 350539
yast2 repair remove fstab entries in error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for /usr/share/YaST2/modules/OSRFstab.ycp
OSRFstab.diff (text/plain), 1.14 KB, created by
Jiří Suchomel
on 2008-01-03 12:57:31 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/OSRFstab.ycp
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2008-01-03 12:57:31 UTC
Size:
1.14 KB
patch
obsolete
>Index: OSRFstab.ycp >=================================================================== >--- OSRFstab.ycp (revision 42585) >+++ OSRFstab.ycp (working copy) >@@ -506,9 +506,13 @@ > */ > define boolean check_fs_vfstype(list<string> line, map part) ``{ > >+y2internal ("line: %1", line); > if (line[2]:"" == nil || line[2]:"" == "") return false; > > line[2] = remove_blanks (line[2]:""); >+y2internal ("removed: %1", line[2]:""); >+y2warning ("part %1", part); >+y2internal ("FileSystems::GetMountString (%1):%2", part["detected_fs"]:`unknown, FileSystems::GetMountString (part["detected_fs"]:`unknown, "!")); > > if (!(FileSystems::GetMountString (part["detected_fs"]:`unknown, "!") > == line[2]:"" >@@ -866,8 +870,10 @@ > fs_vfstype = check_fs_vfstype(line, part); > fs_mntops = check_fs_mntops( line); > } >- else if (contains (checked_partitions, part["dev_name"]:"") && >- part["found"]:"" == "dev") >+ else if ((part["found"]:"" == "dev") && >+ (contains (checked_partitions, part["dev_name"]:"") || >+ contains (checked_partitions, part["device"]:"")) >+ ) > { > // check root first with CheckRootEntry!! > if (line[1]:"" == "/")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 350539
:
189123
|
189129
|
189136
|
189144
|
189145
|
189146
| 189173 |
189197
|
189312
|
189322
|
189323
|
189324