Seite 1 von 1

Opsi Linux bootimage in English

Verfasst: 06 Feb 2013, 18:29
von djm79
I was wondering if there is a boot image for opsi that is in English my helpdesk support team would not understand what the menu is asking them if its not?

Thanks again this product is amazing so far.

Re: Opsi Linux bootimage in English

Verfasst: 06 Feb 2013, 18:57
von SisterOfMercy
Have you tried editing the default.menu and install files on the TFTP server?
On my CentOS installation it are these files:
/tftpboot/linux/pxelinux.cfg/default.menu
/tftpboot/linux/pxelinux.cfg/install

Add "lang=en" to the append command, like this:
append initrd=miniroot.bz2 video=vesa:ywrap,mtrr vga=791 lang=en
I removed the splash and quiet statements, by the way.

Re: Opsi Linux bootimage in English

Verfasst: 06 Feb 2013, 19:03
von djm79
Thanks I had just found something on Google pointing in that direction.

Re: Opsi Linux bootimage in English

Verfasst: 07 Feb 2013, 11:12
von wolfbardo
Another possibility beside editing files in

Code: Alles auswählen

/tftpboot/linux/pxelinux.cfg/
is adding "lang=en" to the host parameter

Code: Alles auswählen

opsi-linux-bootimage.append
regards
Bardo Wolf