grml / live-boot-grml

GNU General Public License v3.0
10 stars 12 forks source link

Support new ip=... kernel format, supporting nameserver IPs #7

Open mika opened 5 years ago

mika commented 5 years ago

As of https://github.com/torvalds/linux/commit/5e953778a2aab04929a5e7b69f53dc26e39b079e the ip=... kernel option supports nameserver IPs.

Our live-boot-grml uses a different ip=... format than upstream live-boot project (which has its own standard), our implementation is based on the one from the kernel, though the nameserver IPs aren't supported yet (we dns=... instead).

Would be nice to support the option identical to what the linux kernel uses/provides.

Thanks to András Korn for raising this on IRC.