Re: [systemd-devel] PATCH: fix kexec support when using /dev/initctl

2011-08-23 Thread Lennart Poettering
On Mon, 22.08.11 16:19, Frederic Crozat (fcro...@suse.com) wrote: > Hi, > > when the various sysvinit compat symlink are not installed, calling > kexec /boot/vmlinuz doesn't kexec the system because > systemd-initctl doesn't check /sys/kernel/kexec_loaded value (unlike > when using systemctl

[systemd-devel] PATCH: fix kexec support when using /dev/initctl

2011-08-22 Thread Frederic Crozat
Hi, when the various sysvinit compat symlink are not installed, calling kexec /boot/vmlinuz doesn't kexec the system because systemd-initctl doesn't check /sys/kernel/kexec_loaded value (unlike when using systemctl reboot or when systemctl is symlinked to /sbin/shutdown). Attached patch fixe