fix(sys-kernel/coreos-kernel): Set systemd as default init.

This avoid depending directly on the compatibility /sbin/init symlink.
This commit is contained in:
Michael Marineau 2013-11-22 13:31:58 -08:00
parent 970d378b4d
commit 30352e61d2
2 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ CONFIG_HOTPLUG_CPU=y
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="root=gptprio:"
CONFIG_CMDLINE="root=gptprio: init=/usr/lib/systemd/systemd"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y