summaryrefslogtreecommitdiffstats
path: root/files/halt.local.CD
diff options
context:
space:
mode:
Diffstat (limited to 'files/halt.local.CD')
-rwxr-xr-xfiles/halt.local.CD7
1 files changed, 0 insertions, 7 deletions
diff --git a/files/halt.local.CD b/files/halt.local.CD
index e34f56d..6254c61 100755
--- a/files/halt.local.CD
+++ b/files/halt.local.CD
@@ -8,13 +8,6 @@ use c;
my ($device) = cat_("/proc/mounts") =~ m!(/dev/\S+)\s+/live/media\s+iso9660!;
$device or exit;
-# stop plymouth
-system("/bin/plymouth quit");
-# send SIGRTMIN+20 to systemd to enable console output
-system("/bin/kill -54 1");
-# switch to console 1
-system("/usr/bin/chvt 1");
-
# try to put halt/reboot in cache, if not called directly from them
# mount is also needed by end of /etc/init.d/halt
system("$_ --help &>/dev/null") foreach qw(halt mount reboot);