diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-23 20:37:33 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-28 21:50:47 +0000 |
commit | 800ef4b1c55673b682b6ed4787bbeeab9991289d (patch) | |
tree | 17fc3a2496e42d45497c69ec1f675d166dec768d /examples/minimal/config | |
parent | 56c37dc53dd2707264d0caafd7ac27a273147987 (diff) | |
download | drakiso-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/minimal/config')
-rw-r--r-- | examples/minimal/config/build.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
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)), |