> That is to say if 'fr-latin1' exists?
> 

[...]

Do I get this correctly that you want "use fr-latin1, if possible, otherwise use
us-latin1?"

I think the following could do the trick:

if [ -e /usr/share/keymaps/i386/qwerty/fr-latin1 ] ; then
  KEYMAP="fr-latin1"
else
  KEYMAP="us-latin1"
fi

Hope this helps,
Michael

Attachment: pgph3vlAPweNg.pgp
Description: PGP signature

Antwort per Email an