Merge pull request #262 from marineam/init

fix(sys-kernel/coreos-kernel): Set systemd as default init.
This commit is contained in:
Michael Marineau 2013-11-22 14:03:16 -08:00
commit d4efcd3fe0
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