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

Vlan support #23

Closed artem-sidorenko closed 9 years ago

artem-sidorenko commented 9 years ago

Implemented VLAN support

artem-sidorenko commented 9 years ago

@slashbeast any chance to see it merged?

slashbeast commented 9 years ago

Sorry about not even commenting on it before, I've readed it then closed browser and totally forgot about it. (I don't check it unless I got a mail from github about new 'event').

Of couse, it will be merged, thank you for your contribution!

Two things, what is the iproute2 bug in busybox regarding vlanc?

This feature will go into devel branch by the end of this week, I just need to find some time to test it around before I push it to repo.

artem-sidorenko commented 9 years ago

@slashbeast I can't find the debian bug for it anymore (yes, next time I will refer to it in the comment) :( you can't add a vlan with busybox ip implementation, everything else works fine

Thank you!

artem-sidorenko commented 9 years ago

@slashbeast ping

slashbeast commented 9 years ago

So I finally found motivation to pick it up.

I've merged your changes with a bit of rework in functions.sh and additional bringing down the physif. Can you please check on it and let me know whatever it works for you now?

slashbeast commented 9 years ago

errr, the vconfig is actually a dynamically linked binary.

slashbeast commented 9 years ago

Changed in another commit to make it static. Now I really need you to test it.

artem-sidorenko commented 9 years ago

@slashbeast looks good, works for me Thx for merging!