Bugzilla – Attachment 189136 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), 611 bytes, created by
Jiří Suchomel
on 2008-01-03 10:27:09 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/OSRFstab.ycp
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2008-01-03 10:27:09 UTC
Size:
611 bytes
patch
obsolete
>Index: OSRFstab.ycp >=================================================================== >--- OSRFstab.ycp (revision 42585) >+++ OSRFstab.ycp (working copy) >@@ -866,8 +866,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