Mageia Bugzilla – Attachment 11393 Details for
Bug 24777
Enhancement: isodumper - please add option to LUKS encrypt the persistent partition on USB memory stick
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch to drakiso gui example to support encrypted persistent partition
drakiso-encryption.patch (text/plain), 1.08 KB, created by
Martin Whitaker
on 2019-12-08 20:28:59 CET
(
hide
)
Description:
Patch to drakiso gui example to support encrypted persistent partition
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2019-12-08 20:28:59 CET
Size:
1.08 KB
patch
obsolete
>--- a/examples/gui/config/build.cfg >+++ b/examples/gui/config/build.cfg >@@ -113,6 +113,9 @@ my $config = { > > # Fix for sometimes wrong permissions after install. > [ 'files/draklive-install.d/run.d/home-live-permissions.sh', '/etc/draklive-install.d/run.d/home-live-permissions.sh', { mode => 755 } ], >+ >+ # Support for encrypted persistent partition. >+ [ 'files/mgalive-root.sh', '/lib/dracut/modules.d/90mgalive/mgalive-root.sh', { mode => 755 } ], > ], > remove_files => [ > (map { "/etc/modprobe.preload.d/$_" } qw(cpufreq pcmcia rfswitch)), >--- a/examples/gui/files/dracut-live.conf >+++ b/examples/gui/files/dracut-live.conf >@@ -3,7 +3,7 @@ hostonly="no" > # load mga livecd support > add_dracutmodules+=" mgalive " > # block some dracut modules we dont want / use >-omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume modsign " >+omit_dracutmodules+=" caps dmraid mdraid lvm nfs i18n resume modsign " > # compress initrd with xz > compress_l="xz" > # whitelist only the filesystems needed by live CDs and live USB
--- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -113,6 +113,9 @@ my $config = { # Fix for sometimes wrong permissions after install. [ 'files/draklive-install.d/run.d/home-live-permissions.sh', '/etc/draklive-install.d/run.d/home-live-permissions.sh', { mode => 755 } ], + + # Support for encrypted persistent partition. + [ 'files/mgalive-root.sh', '/lib/dracut/modules.d/90mgalive/mgalive-root.sh', { mode => 755 } ], ], remove_files => [ (map { "/etc/modprobe.preload.d/$_" } qw(cpufreq pcmcia rfswitch)), --- a/examples/gui/files/dracut-live.conf +++ b/examples/gui/files/dracut-live.conf @@ -3,7 +3,7 @@ hostonly="no" # load mga livecd support add_dracutmodules+=" mgalive " # block some dracut modules we dont want / use -omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume modsign " +omit_dracutmodules+=" caps dmraid mdraid lvm nfs i18n resume modsign " # compress initrd with xz compress_l="xz" # whitelist only the filesystems needed by live CDs and live USB
View Attachment As Raw
Actions:
View
Attachments on
bug 24777
:
11392
| 11393 |
11470
|
11471
|
11473
|
11479