Val
Val
It seems like, after an update, we'll have to run a script to delete pacman DBs in the upper dir before it gets mounted. TODO: How to detect an update's...
One optimization you could make is to hash the files with (for example) sha256sum. If the hash is different, the file's definitely been modified. If it's the same, it probably...
I think that'd be great!
Are you using the right version of Rwfus for your version of SteamOS? Rwfus 0.4.x is for SteamOS
Don't panic, everything's gonna be fine. I think you cloned the current `main` branch. I got the path wrong for rwfus.log, sorry, it's `/var/log/rwfus.log` To switch to version 0.5.0, you...
The logfile is append-only—new entries are added on to the end. I've read your logfile, and Rwfus is working. You can verify by running ```sh ./rwfus ``` it will print...
I have no idea; I didn't have a hand in making the guide you're following, nor have I followed it myself. Rwfus doesn't know anything about what you install inside...
You have to do it from within the directory you cloned Rwfus into (hence the `./`)
@Lanklow I'm unable to reproduce on my Deck (Stable, 3.5.19) What packages do you have installed in the overlay? Also, could you post `/var/log/rwfus.log` and the output of ```sh journalctl...
Thanks! I just remembered though: installing the `glibc` package in the overlay will break your install. Rwfus is hardcoded to look for that package specifically on bootup and immediately unmount...