Can I run a Windows qcow2 disk imagen on a Contabo Vps ?
poppafuze 15 hours ago||
Looking forward to seeing a device with a short image that has the string "404" on it.
irishcoffee 17 hours ago||
I've been dd-ing A/B partitions for embedded yocto distributions for years and years. read-only-rootfs (/var/log is its own writable partition), dd the "other partition", sed fstab, reboot.
The neat part was the whole process kicked off when you scp'd the rootfs and inotifywait kicked off the whole process.
BirAdam 16 hours ago|
Yeah, make /home, /var/log, and /usr/local rw and everything else ro. Makes a great "immutable" that's not as annoying as truly "immutable" systems.