diff options
author | Juan RP <xtraeme@gmail.com> | 2014-05-23 15:05:31 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-05-23 15:05:31 +0200 |
commit | 07ce345ba6c6331b0d4edb9133509d43bfe51aad (patch) | |
tree | ae25f82a5a33b6412e87147212f4283ff162ad13 /dracut/locale.sh | |
parent | 3b5b9cba6a69b191faccae4d8c798b5fc84dc704 (diff) | |
download | hrmpf-07ce345ba6c6331b0d4edb9133509d43bfe51aad.tar.gz hrmpf-07ce345ba6c6331b0d4edb9133509d43bfe51aad.tar.xz hrmpf-07ce345ba6c6331b0d4edb9133509d43bfe51aad.zip |
mklive: misc tweaks to generate a proper image with runit.
Diffstat (limited to 'dracut/locale.sh')
-rw-r--r-- | dracut/locale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut/locale.sh b/dracut/locale.sh index d7f5190..4ba1dd2 100644 --- a/dracut/locale.sh +++ b/dracut/locale.sh @@ -18,5 +18,5 @@ KEYMAP=$(getarg vconsole.keymap) if [ -f ${NEWROOT}/etc/vconsole.conf ]; then sed -e "s,^KEYMAP=.*,KEYMAP=$KEYMAP," -i $NEWROOT/etc/vconsole.conf elif [ -f ${NEWROOT}/etc/rc.conf ]; then - sed -e "s,^KEYMAP=.*,KEYMAP=$KEYMAP," -i $NEWROOT/etc/rc.conf.conf + sed -e "s,^#KEYMAP=.*,KEYMAP=$KEYMAP," -i $NEWROOT/etc/rc.conf fi |