summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-1-init.sh
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-06 22:57:14 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-12 22:22:29 +0300
commitd3e3e643cbcaf423f9595abd0e791cda51dfdc07 (patch)
treea29fb01d59075eaa4fe5d8138c614c76d57469a6 /nixos/modules/system/boot/stage-1-init.sh
parent3508918da2e9e18640aa12214a54940f9aa70f49 (diff)
downloadnixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.tar
nixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.tar.gz
nixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.tar.bz2
nixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.tar.lz
nixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.tar.xz
nixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.tar.zst
nixpkgs-d3e3e643cbcaf423f9595abd0e791cda51dfdc07.zip
nixos stage-1: set extraUtils variable
Diffstat (limited to 'nixos/modules/system/boot/stage-1-init.sh')
-rw-r--r--nixos/modules/system/boot/stage-1-init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh
index 055ad2e3e84..d4277ebd80c 100644
--- a/nixos/modules/system/boot/stage-1-init.sh
+++ b/nixos/modules/system/boot/stage-1-init.sh
@@ -3,6 +3,7 @@
 targetRoot=/mnt-root
 console=tty1
 
+extraUtils="@extraUtils@"
 export LD_LIBRARY_PATH=@extraUtils@/lib
 export PATH=@extraUtils@/bin
 ln -s @extraUtils@/bin /bin