more vconsole fixes

This commit is contained in:
Tobias Powalowski 2012-06-02 16:05:18 +02:00
parent aa75d64969
commit c1a0561ea0

View file

@ -5154,7 +5154,7 @@ auto_parameters() {
: >${DESTDIR}/etc/vconsole.conf : >${DESTDIR}/etc/vconsole.conf
if [[ -s /tmp/.keymap ]]; then if [[ -s /tmp/.keymap ]]; then
DIALOG --infobox "Setting the keymap: $(cat /tmp/.keymap | sed -e 's/\..*//g') in vconsole.conf ..." 0 0 DIALOG --infobox "Setting the keymap: $(cat /tmp/.keymap | sed -e 's/\..*//g') in vconsole.conf ..." 0 0
echo KEYMAP=$(cat /tmp/.keymap | sed -e 's/\..*//g') >> ${DESTDIR}/etc/vconsole echo KEYMAP=$(cat /tmp/.keymap | sed -e 's/\..*//g') >> ${DESTDIR}/etc/vconsole.conf
fi fi
if [[ -s /tmp/.font ]]; then if [[ -s /tmp/.font ]]; then
DIALOG --infobox "Setting the consolefont: $(cat /tmp/.font | sed -e 's/\..*//g') in vconsole.conf ..." 0 0 DIALOG --infobox "Setting the consolefont: $(cat /tmp/.font | sed -e 's/\..*//g') in vconsole.conf ..." 0 0