mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
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:
parent
b8b1af1b94
commit
fd6fc2a144
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user