From 9aba67b521aa5a2669f2f0c3cee2c4f46d23a4f3 Mon Sep 17 00:00:00 2001 From: Bader AlBassam Date: Wed, 17 Oct 2018 21:58:32 -0400 Subject: Added kernel config options for debian stretch --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index d707905f7..d0f9cc110 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -78,6 +78,12 @@ CONFIG_KASAN=y CONFIG_KASAN_INLINE=y ``` +You may also need the following for a recent linux image: +``` +CONFIG_CONFIGFS_FS=y +CONFIG_SECURITYFS=y +``` + You might also want to enable some other kernel configs as described [here](kernel_configs.md). Since enabling these options results in more sub options being available, we need to regenerate config. Run this and press enter each time when prompted for some config value to leave it as default: -- cgit mrf-deployment