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/gui/config/build.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/gui/config/build.cfg') diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg index 3948478..ef691ba 100644 --- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -112,10 +112,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 } ], - # sysconfig files for first boot after install. [ 'files/draklive-install.d/finish-install', '/etc/draklive-install.d/sysconfig/finish-install', { mode => 0644 } ], [ 'files/draklive-install.d/firstboot', '/etc/draklive-install.d/sysconfig/firstboot', { mode => 0644 } ], -- cgit v1.2.1