summaryrefslogtreecommitdiff
path: root/examples/fancy-install-on-sda
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 15:42:13 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 15:42:13 +0200
commit2db0f6db114db94d5f9dbf8479d1647eb63e01ae (patch)
treeea65a787e98537fddfb65a2164a04454fe0326b5 /examples/fancy-install-on-sda
parent05058308aef0d776320589f8dbe32e80c90fc1aa (diff)
make sure people can use their keyboards and have good keyboard layouts in early userspace when they need to type passwords
Diffstat (limited to 'examples/fancy-install-on-sda')
-rw-r--r--examples/fancy-install-on-sda2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fancy-install-on-sda b/examples/fancy-install-on-sda
index 2f2d4e1..477014c 100644
--- a/examples/fancy-install-on-sda
+++ b/examples/fancy-install-on-sda
@@ -21,7 +21,7 @@ worker_intro () {
}
worker_configure_system () {
- sed -i 's/filesystems/encrypt lvm2 filesystems/' $var_TARGET_DIR/etc/mkinitcpio.conf
+ sed -i 's/filesystems/usbinput keymap encrypt lvm2 filesystems/' $var_TARGET_DIR/etc/mkinitcpio.conf
}
# aif code doesn't nicely update grub config automatically for lvm/dm_crypt systems yet, so we have to do it with this hack