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-18 23:27:45 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-18 23:27:45 +0300
commit7bed3d0cb38635cd34a6ac33f08b493184bf435c (patch)
treeae3be4275d78de5251109b7c78210b16800fe799 /nixos/modules/system/boot/stage-1-init.sh
parent6f893694401fa3048eed94c865ed3f0038deac44 (diff)
downloadnixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.tar
nixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.tar.gz
nixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.tar.bz2
nixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.tar.lz
nixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.tar.xz
nixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.tar.zst
nixlib-7bed3d0cb38635cd34a6ac33f08b493184bf435c.zip
nixos stage-1: move keymap handling to kbd module
Diffstat (limited to 'nixos/modules/system/boot/stage-1-init.sh')
-rw-r--r--nixos/modules/system/boot/stage-1-init.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh
index 7705dcb2d125..82995d5bab11 100644
--- a/nixos/modules/system/boot/stage-1-init.sh
+++ b/nixos/modules/system/boot/stage-1-init.sh
@@ -172,10 +172,6 @@ udevadm trigger --action=add
 udevadm settle
 
 
-# Load boot-time keymap before any LVM/LUKS initialization
-@extraUtils@/bin/busybox loadkmap < "@busyboxKeymap@"
-
-
 # XXX: Use case usb->lvm will still fail, usb->luks->lvm is covered
 @preLVMCommands@