summaryrefslogtreecommitdiffstats
path: root/examples/gui
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-15 22:03:06 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-15 22:06:36 +0100
commitd3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2 (patch)
treef48ed764413d3491ca7a7e4e1bbd9432a7e32901 /examples/gui
parente8776cdc56be26520efb4007c319d2356a30055a (diff)
downloaddrakiso-d3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2.tar
drakiso-d3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2.tar.gz
drakiso-d3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2.tar.bz2
drakiso-d3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2.tar.xz
drakiso-d3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2.zip
Support persistance and multiboot USB sticks in examples.
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/config/build.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg
index 9e6d770..69502f6 100644
--- a/examples/gui/config/build.cfg
+++ b/examples/gui/config/build.cfg
@@ -125,6 +125,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 persistence and multi-boot USB.
+ # (move to the dracut package if it works)
+ [ '../dracut/*', '/usr/lib/dracut/modules.d/90mgalive/', { mode => 0755 } ],
],
remove_files => [
(map { "/etc/modprobe.preload.d/$_" } qw(cpufreq pcmcia rfswitch)),