From d3ef216c34d9b8e0c720cbb3b9b3b88da63b08a2 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 15 Apr 2018 22:03:06 +0100 Subject: Support persistance and multiboot USB sticks in examples. --- examples/gui/config/build.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/gui') 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)), -- cgit v1.2.1