From 2db0f6db114db94d5f9dbf8479d1647eb63e01ae Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 21 Jul 2009 15:42:13 +0200 Subject: make sure people can use their keyboards and have good keyboard layouts in early userspace when they need to type passwords --- examples/fancy-install-on-sda | 2 +- examples/test-on-sda | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') 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 diff --git a/examples/test-on-sda b/examples/test-on-sda index 604f310..45ad187 100644 --- a/examples/test-on-sda +++ b/examples/test-on-sda @@ -1,7 +1,6 @@ # this config is like fancy-install-on-sda but with small filesystems. very usefull for quickly testing in VM's # this config is meant for testing AIF and is not very suited for end users. - phase_finish=(msg_report grub_hack) @@ -24,7 +23,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 -- cgit v1.2.3-54-g00ecf