Seite 1 von 1

boot tftp with azerty keyboard

Verfasst: 29 Dez 2011, 15:50
von Flamme_2
Hi,

Excuse me , i'm french user and my english language is not very good.

I post in english support for dynamic of replies.

I installed the opsi program in a debian squeeze, and configure the tftp in azerty keyboard.

It works !

But, after selecting "Start opsi bootimage", the keyboard return again in qwerty mode.

Where configure this option ?

Thank

Re: boot tftp with azerty keyboard

Verfasst: 04 Jan 2012, 11:42
von o.ferre
Hi,

have you tried this ?

viewtopic.php?f=8&t=2050

Olivier

Re: boot tftp with azerty keyboard

Verfasst: 13 Jan 2012, 09:24
von Flamme_2
Oh, good.
I have not seen this link
I test and I answered

[Solved] Re: boot tftp with azerty keyboard

Verfasst: 17 Jan 2012, 17:43
von Flamme_2
Simply for the keyboard in French, add at line append :

lang=fr

Code: Alles auswählen

default menu.c32
timeout 10
prompt 0
noescape 1

menu title opsi boot menu
menu width 50
menu rows 2
menu helpmsgrow 10
menu timeoutrow 15
menu tabmsgrow -1
menu hshift 14
#menu vshift 9

menu color tabmsg       30;40      #00000000 #00000000 std

label hd
  menu label Boot from ^local drive
  text help
                    Boot operating system from local drive.
  endtext
  localboot 0

label install
  menu label Start ^opsi bootimage
  text help
                  Start opsi linux bootimage from tftp server.
  endtext
  kernel install
  append initrd=miniroot.bz2 video=vesa:ywrap,mtrr vga=791 quiet splash lang=fr
Thank you very much

Flamme

Re: boot tftp with azerty keyboard

Verfasst: 23 Jan 2012, 09:48
von Flamme_2
It Works !

Thank you

Flamme_2