Stage 1 mounts securityfs, so require that in the kernel

This commit is contained in:
Shea Levy 2013-02-19 16:34:45 -05:00
parent 9de455cf2e
commit 6c6d40452f

View File

@ -361,5 +361,6 @@ in {
system.requiredKernelConfig = with config.lib.kernelConfig; [
(isYes "TMPFS")
(isYes "BLK_DEV_INITRD")
(isYes "SECURITYFS")
];
}