initramfs-tools-network-hook
initramfs-tools-network-hook copied to clipboard
Some hooks to get vlan and bond interfaces to work with initramfs
Hi, Already used this hook 2 years ago on Proxmox VE server to unlock a LUKS encrypted LVM via tagged vlan and that is still working fine. Now I'm trying...
I use dropbear-initramfs to unlock a LUKS LVM on an Ubuntu-Server 22.04. As I also use interface-bonding, I stumbled upon your repo. Thanks for the amazing work! Just wanted to...
Added a small patch which should bring down ex-slaves of the bond master. Sometimes the issue happens at Ubuntu 22.04.1 in between of the switch from initram into the OS...
In `scripts/init-bottom/bond` you are sourcing `. /scripts/functions` which is not part of this repo. My ubuntu-22.04 dosn't have this file either. What functions are in this file?