bluerider / liveroot

Initcpio hooks for overlayfs ontop of root
BSD 3-Clause "New" or "Revised" License
80 stars 13 forks source link

Fixed fsck on overlain root, added oroot=live, enforced that at least 2 zram block devices are created. #3

Closed bluerider closed 9 years ago

bluerider commented 9 years ago

Merge my master branch since it fixes a good deal of your problems. The machine-id problem isn't fixed yet (probably won't) since it's an allowed error according to systemd. Also, there's a new mode called oroot=live which allows running root entirely on ram (copies files to ram). Use it only if your ram is large enough to hold your rootfs. That, and some bug fixes (see commit log)

bluerider commented 9 years ago

Merge my branch since it allows one to write back to the backing disk with /usr/bin/overlay_flush