@q66
I have a machine that boots Linux off a FAT32 HDD! It creates a root filesystem entirely in RAM, though, so it's basically cheating for this purpose...
@aperezdc
https://topspicy.social/@ddlyh/113544933458067745
@ddlyh @aperezdc well of course, you can create a disk image, format it with any filesystem you want, mount it with `-o loop` inside initramfs, and `switch_root` to it just fine too
that's how […]
────