Harald Hoyer
|
3605b48508
|
shutdown: fixed killall_proc_mountpoint()
|
2013-08-14 15:04:05 +02:00 |
Harald Hoyer
|
32bd2fbb4c
|
use "rm --" to guard against filenames beginning with "-"
|
2013-06-28 10:31:18 +02:00 |
Harald Hoyer
|
ab42fe38fd
|
fixup 3be5d63c2f
either test or []
|
2013-04-19 15:08:16 +02:00 |
Harald Hoyer
|
3be5d63c2f
|
shutdown: redirect output to /dev/console only if it exists
|
2013-04-19 15:00:20 +02:00 |
Harald Hoyer
|
fc4e10a859
|
shutdown/shutdown.sh: mount --move all basic mounts out of /oldroot
After mount moving /dev away, apps like plymouth can do reexec with fd
passing of devices, which they want to keep open until the very end.
|
2013-03-13 17:45:37 +01:00 |
Harald Hoyer
|
d8b627b9dc
|
shutdown: call "losetup -D" on shutdown
|
2013-02-05 11:04:02 +01:00 |
Harald Hoyer
|
551c2dd71f
|
shutdown: kill all processes and report remaining ones
|
2013-01-22 15:31:45 +01:00 |
Harald Hoyer
|
ebd1d65a1b
|
shutdown: source pre-shutdown hook and force quit plymouth before umount
|
2013-01-22 15:31:22 +01:00 |
Harald Hoyer
|
178c189b0b
|
shutdown/shutdown.sh: failsafe shutdown for kexec
copy kexec from the real root, if it is not found in the unpacked
initramfs for shutdown.
Also drop to an emergency shell, if we can't do the ACTION
|
2012-10-08 15:37:04 +02:00 |
Harald Hoyer
|
d65638dacb
|
shutdown/shutdown.sh: reboot, if no argument was given
|
2012-09-27 12:10:14 +02:00 |
Amadeusz Żołnowski
|
afcebd136f
|
99shutdown: remove --no-wall argument for reboot, halt, etc...
In some distros (Gentoo, for example) these commands don't honor
--no-wall argument.
|
2012-07-31 10:55:17 +02:00 |
Harald Hoyer
|
b4664769dc
|
99shutdown/shutdown.sh: export PATH
|
2012-04-19 11:59:39 +02:00 |
Will Woods
|
bd3bf2ce41
|
shutdown: use emergency_shell from dracut-lib
|
2012-04-16 11:53:04 +02:00 |
Will Woods
|
317191848a
|
shutdown: fix PATH
Some systems might not use /bin:/sbin in their paths anymore, but we're
still using it in initramfs, so make sure our PATH is correct.
|
2012-03-22 13:43:03 +01:00 |
Harald Hoyer
|
c3d81de59b
|
remove openvt and use "setsid -c", if possible
|
2012-03-14 16:19:53 +01:00 |
Harald Hoyer
|
552ecca6db
|
Renamed all shell scripts to *.sh
|
2012-02-22 15:15:21 +01:00 |