[issue724] live-initramfs: support setting NIC name via ethdevice

Michael Prokop bts at bts.grml.org
Thu Aug 13 02:20:51 CEST 2009


New submission from Michael Prokop <mika at grml.org>:

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.

----------
assignedto: mika
messages: 2432
nosy: mika
priority: feature
status: in-progress
title: live-initramfs: support setting NIC name via ethdevice
topic: release-stopper

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue724>
_____________________________________


More information about the Bugs-changes mailing list