diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-04 17:31:46 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-04 17:31:46 +0000 |
commit | d07885cd1ebaf838c3eb36814c03f39180716ae3 (patch) | |
tree | 2fcc92bce1677cb86242d64008736a9301e79e73 /files/halt.local.CD | |
parent | a61170149b890dd1b2019d261f182d6ac1a24b64 (diff) | |
download | draklive-config-d07885cd1ebaf838c3eb36814c03f39180716ae3.tar draklive-config-d07885cd1ebaf838c3eb36814c03f39180716ae3.tar.gz draklive-config-d07885cd1ebaf838c3eb36814c03f39180716ae3.tar.bz2 draklive-config-d07885cd1ebaf838c3eb36814c03f39180716ae3.tar.xz draklive-config-d07885cd1ebaf838c3eb36814c03f39180716ae3.zip |
really fix shutdown/reboot message on livecds (coling)
Diffstat (limited to 'files/halt.local.CD')
-rwxr-xr-x | files/halt.local.CD | 7 |
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); |