fix(sys-kernel/coreos-kernel): Remove root= from built in flags.

This is no longer required and is incorrect for usr images.
This commit is contained in:
Michael Marineau 2014-03-22 12:30:52 -07:00
parent b8b1af1b94
commit fd6fc2a144
2 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,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: init=/usr/lib/systemd/systemd"
CONFIG_CMDLINE="init=/usr/lib/systemd/systemd"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y