preinit: parse rootfstype from kernel command line
This commit is contained in:
5
pkgs/preinit/shell.nix
Normal file
5
pkgs/preinit/shell.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
name = "preinit-env";
|
||||
src = ./.;
|
||||
}
|
Reference in New Issue
Block a user