coreos-kernel: restore filesystem cmdline options in amd64 kernel

Even though these are now in the bootloader config we cannot drop them
from the kernel because we do not update out bootloader. These should
not have been dropped in commit 24508b203 :(
This commit is contained in:
Michael Marineau 2015-10-07 16:14:09 -07:00
parent 0daf9872ae
commit e2a166772b
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="rootflags=rw mount.usrflags=ro"
CONFIG_HIBERNATION=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set