From b3aad1868700a0a88d18142891b659d0a42d714b Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 22 May 2018 21:16:16 +0100 Subject: dracut mgalive module changes are now in the dracut package. --- examples/minimal/config/build.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/minimal/config') diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index b509b98..0149e44 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -122,10 +122,6 @@ 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)), -- cgit v1.2.1