xbps-casper: make the keymap script work again.

This commit is contained in:
Juan RP 2011-11-08 12:38:40 +01:00
parent 966b16760d
commit d373ed4e45
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ for x in $(cat /proc/cmdline); do
done
if [ "${set_keymap}" ]; then
sed -i -e "s|\(KEYMAP=\)es|\1${keymap}|" ${rootmnt}/etc/vconsole.conf
sed -i -e "s|\(KEYMAP=\).*|\1${keymap}|" ${rootmnt}/etc/vconsole.conf
fi
# Setup keymap for X.org evdev.

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-casper'
pkgname=xbps-casper
_localver=0.20 # XBPS package version
_localver=0.21 # XBPS package version
_distver=1.236 # This should match the upstream (Ubuntu) version
version=${_localver}.${_distver}
short_desc="Run a live preinstalled system from read-only media"