summaryrefslogtreecommitdiffstats
path: root/examples/xfce/config/build.cfg
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-10-23 20:37:33 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-10-28 21:50:47 +0000
commit800ef4b1c55673b682b6ed4787bbeeab9991289d (patch)
tree17fc3a2496e42d45497c69ec1f675d166dec768d /examples/xfce/config/build.cfg
parent56c37dc53dd2707264d0caafd7ac27a273147987 (diff)
downloaddrakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar
drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar.gz
drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar.bz2
drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar.xz
drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.zip
examples: remove halt-local service - it doesn't work.
Diffstat (limited to 'examples/xfce/config/build.cfg')
-rw-r--r--examples/xfce/config/build.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg
index db9b6d9..95d5c12 100644
--- a/examples/xfce/config/build.cfg
+++ b/examples/xfce/config/build.cfg
@@ -161,10 +161,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 } ],