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 conf=auto:yes:lang:US:kbdmap:US ... and so on ipappend 1
I would like to add ca_ES lang suport, also spanish keyboard map, how can i do it ?
Thanks in advance
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
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
Thanks i tried it and works fine.
On Sun, 18 Feb 2007 22:56:54 +0100, Alain Knaff wrote
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 ...
Can't you add an example of a hole /tftpboot/udpcast/pxeslinux.cfg/default with some things addet on http://udpcast.linux.lu/bootloader.html#pxe
Med venlig hilsen Gunner Poulsen Lærer på http://www.lyngbjerggaardskolen.dk Magnus' far!
Gunner Poulsen wrote:
Just enter them the same way as in the config file:
auto=yes lang=US kbdmap=US ...
Can't you add an example of a hole /tftpboot/udpcast/pxeslinux.cfg/default with some things addet on http://udpcast.linux.lu/bootloader.html#pxe
I've updated the http://udpcast.linux.lu/default file now to contain a couple of config parameters on the append line.
Regards,
Alain