[Udpcast] config file from pxe
Alain Knaff
alain at knaff.lu
Sun Feb 18 22:56:54 CET 2007
LluĂs Gras wrote:
> Hi,
>
> I was wondering if could be possible to add a cmdline option in
> /tftpboot/udpcast/pxeslinux.cfg/default to pass configuration file options,
> like
>
> auto=yes
> lang=US
> kbmap=US
> netmodule=pcnet32
> netmodparm=
> dhcp=yes
> port=9000
> disk=/dev/hda
> mode=0
> udpcparam=
>
> Something like
>
> label linux
> kernel linux
> append load_ramdisk=1 initrd=initrd root=/dev/ram0
Yes, you can add all options to the kernel command line. You only need
to watch out for the max kernel command line size (512 bytes, if I
remember correctly)
> conf=auto:yes:lang:US:kbdmap:US ... and so on
Just enter them the same way as in the config file:
auto=yes lang=US kbdmap=US ...
> ipappend 1
>
> I would like to add ca_ES lang suport, also spanish keyboard map, how can i
> do it ?
For that, you need to patch udpcdialog
>
> Thanks in advance
Regards,
Alain
More information about the Udpcast
mailing list