From 800ef4b1c55673b682b6ed4787bbeeab9991289d Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 23 Oct 2018 20:37:33 +0100 Subject: examples: remove halt-local service - it doesn't work. --- 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 089467e..21ac42f 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -117,10 +117,6 @@ my $config = { # Disable suspend and hibernate in live mode. [ 'files/50-disable-suspend.pkla', '/etc/polkit-1/localauthority/50-local.d/50-disable-suspend.pkla', { mode => 0644, no_install => 1 } ], - - # 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 } ], ], remove_files => [ (map { "/etc/modprobe.preload.d/$_" } qw(cpufreq pcmcia rfswitch)), -- cgit v1.2.1