BTS

Message2432

Author mika
Recipients mika
Date 2009-08-13.00:20:49
Content
Credits to Helge Wagner:

grml has configured the net boot to always use eth0 ("conf/initramfs.conf": 
"DEVICE=eth0"). I have changed the "scripts\live" file to include a 
configuration option for the "DEVICE" variable:

                        ethdevice=*)
                                DEVICE="${ARGUMENT#ethdevice=}"
                                export DEVICE
                                ;;
                                                                                                                                                                                  
So now i can add e.g. "ethdevice=eth3" to the command line in my pxe config 
file. I tried that and now my system is happy (using eth3 to connect to the nfs 
server).

Note by mika: already contacted live-initramfs upstream.
History
Date User Action Args
2009-08-13 00:20:51mikasetrecipients: + mika
2009-08-13 00:20:51mikasetmessageid: <1250122851.5.0.306201542122.issue724@bts.grml.org>
2009-08-13 00:20:51mikalinkissue724 messages
2009-08-13 00:20:49mikacreate