Stage 1 mounts securityfs, so require that in the kernel
This commit is contained in:
parent
9de455cf2e
commit
6c6d40452f
@ -361,5 +361,6 @@ in {
|
|||||||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||||
(isYes "TMPFS")
|
(isYes "TMPFS")
|
||||||
(isYes "BLK_DEV_INITRD")
|
(isYes "BLK_DEV_INITRD")
|
||||||
|
(isYes "SECURITYFS")
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user