boots to userland and runs busybox init

This commit is contained in:
Daniel Barlow
2022-09-20 23:04:08 +01:00
parent b2f7a429f7
commit 6be5b90c96
6 changed files with 102 additions and 28 deletions

View File

@@ -24,6 +24,6 @@ in
{
vmlinux = callPackage ./make-vmlinux.nix {
inherit tree;
config = config.kernel.config;
inherit (config.kernel) config;# checkedConfig;
};
}