Mageia Bugzilla – Attachment 3452 Details for
Bug 8769
diskdrake no longer provides the "use" button, after selecting an existing crypto-luks encrypted partition (live mode)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to show use button, when existing luks block device selected.
interactive.pm.patch (text/plain), 823 bytes, created by
Dave Hodgins
on 2013-01-29 00:19:00 CET
(
hide
)
Description:
Patch to show use button, when existing luks block device selected.
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2013-01-29 00:19:00 CET
Size:
823 bytes
patch
obsolete
>--- /usr/lib/libDrakX/diskdrake/interactive.pm.original 2013-01-23 02:23:36.000000000 -0500 >+++ /usr/lib/libDrakX/diskdrake/interactive.pm 2013-01-28 18:03:39.993654302 -0500 >@@ -414,7 +414,7 @@ > N_("Mount") => '!isBusy && (hasMntpoint || isSwap) && maybeFormatted && ($::expert || $::isStandalone)', > N_("Add to RAID") => '!isBusy && isRawRAID && (!isSpecial || isRAID)', > N_("Add to LVM") => '!isBusy && isRawLVM', >- N_("Use") => '!isBusy && fs::type::isRawLUKS($part) && !$part->{notFormatted}', >+ N_("Use") => '!isBusy && fs::type::isRawLUKS($part)', > N_("Unmount") => '!$part->{real_mntpoint} && isMounted', > N_("Delete") => '!isBusy && !readonly', > N_("Remove from RAID") => 'isPartOfRAID',
--- /usr/lib/libDrakX/diskdrake/interactive.pm.original 2013-01-23 02:23:36.000000000 -0500 +++ /usr/lib/libDrakX/diskdrake/interactive.pm 2013-01-28 18:03:39.993654302 -0500 @@ -414,7 +414,7 @@ N_("Mount") => '!isBusy && (hasMntpoint || isSwap) && maybeFormatted && ($::expert || $::isStandalone)', N_("Add to RAID") => '!isBusy && isRawRAID && (!isSpecial || isRAID)', N_("Add to LVM") => '!isBusy && isRawLVM', - N_("Use") => '!isBusy && fs::type::isRawLUKS($part) && !$part->{notFormatted}', + N_("Use") => '!isBusy && fs::type::isRawLUKS($part)', N_("Unmount") => '!$part->{real_mntpoint} && isMounted', N_("Delete") => '!isBusy && !readonly', N_("Remove from RAID") => 'isPartOfRAID',
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8769
:
3424
| 3452 |
3557