slashbeast / better-initramfs

Small and reliable initramfs solution supporting (remote) rescue shell, lvm, dmcrypt luks, software raid, tuxonice, uswsusp and more.
BSD 3-Clause "New" or "Revised" License
318 stars 54 forks source link

Ipv4ll self assigned ip address support #49

Closed unqueued closed 1 year ago

unqueued commented 4 years ago

I added this because I had to unlock a server using just a crossover cable recently.

slashbeast commented 4 years ago

I think if you opt-in for dhcp you already are okay with option that it will fallback to link-local so I think there's no need to add the no_ipv4ll code path and just have the fallback always there, what do you think?

unqueued commented 4 years ago

Agreed, I will redo with just df5773d

unqueued commented 1 year ago

Closing since this functionality was included in https://github.com/slashbeast/better-initramfs/issues/58

slashbeast commented 1 year ago

I missed this one, thanks for cleaning it up.