rwfus icon indicating copy to clipboard operation
rwfus copied to clipboard

RW OverlayFS for Steam Deck!

Results 16 rwfus issues
Sort by recently updated
recently updated
newest added

When updating the Deck, Valve swaps out the entire filesystem and pacman dbs for new ones. This very much makes pacman freak out. TODO: What? TODO: Why? TODO: What can...

bug
enhancement
help wanted

Squish the Rwfus basedir (default /home/.rwfus) into a tarball, and unsquish a tarball onto the Rwfus basedir Syntax: ``` rwfus --restore /path/to/backup.tar rwfus --backup /path/to/backup.tar ```

enhancement

Right now, the user has to `pacman-key --init && pacman-key --populate` themselves. We can easily do this in Rwfus, for maximum simplicity.

enhancement

Query individual unit files' status, by path or unit name, Syntax: ``` rwfus --status var-lib-pacman.mount rwfus --status var-lib-pacman rwfus --status /var/lib/pacman ```

enhancement

# The Third Overhaul: Part One ### Breaking Changes: - Default Base_Directory changed from /home/.rwfus to /opt/.rwfus - Workdirs go in Base_Directory/work now - Upper dirs get their own subdirectory...

``` (deck@steamdeck rootfs)$ mount | grep mmc /dev/mmcblk0p1 on /run/media/mmcblk0p1 type ext4 (rw,noatime) ``` Instead of relying on what rwfus does in `$HOME` why not allow the overlay files to...

bug

Hi there, I have a little issue 😅. I followed the steps on your GitHub Readme to install RWFus on my brand new SteamOS install (SteamOS 3.3.1). But everytime (done...

bug

The logfiles contain a lot of information, but most of it is about the generation of unit files, rather than the activation of the unit files TODO: Figure out what...

bug
enhancement

Running rwfus without any parameters will currently attempt to install rwfus again. This is great for a first install, but it may be undesired behavior if rwfus is already installed....

bug
enhancement

Create a Decky-Loader plugin that: 1. Has buttons for installing, activating/deactivating, and removing Rwfus 2. Displays the currently active and inactive mount points 3. Integrate with Rwfus 0.4.0 backup functionality

enhancement