mfslinux
mfslinux copied to clipboard
Minimalist in-memory diskless Linux distribution based on OpenWrt
**IPV6 DHCP Client support** https://github.com/mmatuska/mfslinux/blob/master/config/default/network ``` # This supports IPV4 & IPV6 DHCP Client. config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config...
Please add ZFS On Linux (https://zfsonlinux.org) support to mfslinux, it would make it a great minimum-sized recovery disk which is something ZFSOnLinux is lacking.
@mmatuska I'm wondering what the most straightforward way is to build an mfslinux image then install it to a hard drive that's already pre-partitioned. This partition has sufficient space to...
The current list of packages at config/default/openwrt_packages_add is out of date, with packages versions of OpenWRT 21.02.2 giving 404 errors when fetching. The patch below updates the openwrt_packages_add to current...