Val
Val
4GB at the moment, yeah. I should probably add that to the config file, but I chose 4GB because it's ~4x the size of the largest Rwfus directories I found...
Rwfus 0.4.0 defaults to 8GB, and the size can be increased by editing /etc/opt/rwfus.conf and uncommenting the `Disk_Image_Size` line. It takes any size you can pass to `truncate -s` (because...
Ah! Knew something from steamos-offload would kick me in the butt. Seems overlayfs won't even accept a case-folding *lowerdir*. Shame on it, but I suppose that makes some sense. I'll...
Update on this issue: Due to unfortunate circumstances regarding boot order, it's currently not possible to put Base_Directory on the SD card, and keep all other settings intact However, I...
Yeah, unfortunately I don't have much to comment on here. I don't think timestamps of files in packages are updated when a package updates, but installing arbitrary packages in the...
Duplicate of #33, fixed in prerelease.
`/etc` contents are preserved across updates, and its overlay is stored in `/var/lib/overlays/etc/upper`. Rwfus stores a config file in `/etc/opt/rwfus.conf` and a log file in `/var/log/rwfus.log`
That could very well work, yeah! Good idea!
I looked into it further, and setting IgnorePkg would require touching /etc/pacman.conf. As /etc/ is itself an overlay, that would copy it into /var/lib/overlay/etc/upper, and when the Deck updates, that...
The problem there is getting at the original file without unmounting /etc. Writing directly into an overlayfs upper dir while it's mounted is undefined behavior, so we can't just delete...