about summary refs log tree commit diff
path: root/pkgs/stdenv/nix-linux/boot.fix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/stdenv/nix-linux/boot.fix')
-rw-r--r--pkgs/stdenv/nix-linux/boot.fix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/stdenv/nix-linux/boot.fix b/pkgs/stdenv/nix-linux/boot.fix
new file mode 100644
index 0000000000000..c42b3f33302af
--- /dev/null
+++ b/pkgs/stdenv/nix-linux/boot.fix
@@ -0,0 +1,13 @@
+{system, glibc}: (import ../generic) {
+  name = "stdenv-linux-boot";
+  system = system;
+  prehook = ./prehook-boot.sh;
+  posthook = ./posthook.sh;
+  initialPath = "/usr/local /usr /";
+  param1 = "";
+  param2 = "";
+  param3 = "";
+  param4 = glibc;
+  param5 = "";
+  noSysDirs = true;
+}