summaryrefslogtreecommitdiffstats
path: root/examples/minimal/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal/config/build.cfg')
-rwxr-xr-xexamples/minimal/config/build.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg
index 03b12b1..578ba6f 100755
--- a/examples/minimal/config/build.cfg
+++ b/examples/minimal/config/build.cfg
@@ -124,6 +124,10 @@ my $config = {
# Eject medium before live system halt/reboot.
[ 'files/halt-local.service', '/etc/systemd/system/halt-local.service', { mode => 0644, no_install => 1 } ],
[ 'files/halt.local', '/sbin/halt.local', { mode => 0755, no_install => 1 } ],
+
+ # 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)),