preinit: parse rootfstype from kernel command line

This commit is contained in:
Daniel Barlow
2023-10-19 18:56:09 +01:00
parent f3225c2bd5
commit 61dc5beca8
5 changed files with 116 additions and 13 deletions

5
pkgs/preinit/shell.nix Normal file
View File

@@ -0,0 +1,5 @@
with import <nixpkgs> {};
mkShell {
name = "preinit-env";
src = ./.;
}