stiefelsystem
stiefelsystem copied to clipboard
Boot your operating system on a different hardware device via network 👢
possible alternative to nbd
This change might require manual intervention in existing setups as some initramfs hooks have changed.
At least for now COMPRESSION="cat" seems to have fixed this in mkinitcpio
We need to find a way to add all network drivers to MODULES in /etc/mkinitcpio-stiefel.conf
server should have a firewall. nbd should only listen/accept on wg interface.
There is just to much stuff we need from elsewhere. We can only somewhat reliably parse kernel and initramfs. We also need keys, configs and modules.
When rerunning the create-initrd (e.g. after installing previous missing dependencies) the script fails somewhere in debootstrap. Possible solutions: - clear `~/stiefelsystem/workdir` at the start of the script - use `apt...
The setup scripts require mac addresses to be set in autokexec even if the discovery message method is used.
When suspending the Stiefel client to RAM, the nbd block device gets disconnected and the kernel is not able to bring it back up again.
for better packaging