BTS

Issue1349

Title ethdevice - select by mac
Priority wish Status chatting
Superseder Nosy List tfheen
Assigned To Topics

Created on 2015-05-04.08:04:36 by tfheen, last changed 2015-07-02.21:23:20 by mika.

Messages
msg5169 (view) Author: mika Date: 2015-07-02.21:23:20
JFTR: This feature was implemented in live-boot recently AFAICS:

http://permalink.gmane.org/gmane.linux.debian.devel.live/18810
https://gist.github.com/riccardomurri/157ef6ece0a6069d8110

We don't use the network handling from live-boot as-is though since we prefer
the ip=... argument handling as documented in
https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt

So this needs further investigation how to handle this on our site.
msg4950 (view) Author: mika Date: 2015-05-08.08:19:02
Hi!

This makes sense and sounds like a useful feature to me, thanks for suggestion.

FTR, if someones wants to work on this: https://github.com/grml/live-boot-grml/
is where it should go into (which is based on
http://live.debian.net/devel/live-boot/ and once that feature is available there
it would also be part of further Debian derivatives too).

regards,
-mika-
msg4949 (view) Author: tfheen Date: 2015-05-04.08:04:35
Hi,

first, big thanks for grml. It's super useful.

It would be useful if one could select what eth device to configure
based on mac address, rather than device name.

A use case for this is a DHCP server that hands out a dynamic grml
configuration.  It'll then know what MAC address the client should use,
but have no information about what device this corresponds to.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
History
Date User Action Args
2015-07-02 21:23:20mikasetmessages: + msg5169
2015-05-08 08:19:03mikasetpriority: wish
status: unread -> chatting
messages: + msg4950
2015-05-04 08:04:36tfheencreate