Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rwfus v0.4.2 #35

Merged
merged 39 commits into from
Sep 16, 2023
Merged

Rwfus v0.4.2 #35

merged 39 commits into from
Sep 16, 2023

Conversation

ValShaped
Copy link
Owner

@ValShaped ValShaped commented Sep 16, 2023

New:

  • Multiple services can now be started, stopped, restarted, and/or masked on startup/shutdown

Fixed:

Known Issues:

The default configuration is incompatble with SteamOS 3.5; I will be releasing another update to fix this later tonight.
Rwfus has been relatively stable on stock SteamOS for the past year, with only a few minor issues.

If you can move to Nix for package management, please do.
You can install Nix on SteamOS with Determinate Systems' nix-installer

Shellcheck:
- Fixed all warnings
- Not tested extensively
Logfiles:
- Logfile location changed
    - `/var/log/rwfus.log` now
- Logfile not wiped on init
    This allows logfile to be continuous
    TODO: improve logfile to include timestamps
- ignore rwfus.conf
It's a surprise tool that will help us later
- Actually loads config files now.
    - How did I miss that?
- Actually stores config files now.
    - Loaded config options are marked CF_REQUIRE
    - CF_REQUIREd config options are uncommented
    - This is kinda jank, but it's bash. Jank happens.
- Config file specifies which systemd units to enable, disable, and mask now
    - This fixes #12
- Rwfusd now aborts and unmounts if it can't successfully mount_all
    - This should hopefully make it less painful to work with in the event of a catastrophic failure.
- Preparations have begun for porting parts of the script to a better language
    - I hope I can actually do that sometime. Bash is syntactic-sugar-coated hell.
Shellcheck ignore "unreachable" code in function
Shellcheck can't check dynamically named variables
Passing a single quoted string to systemctl is not what we want here
I don't want any problems here
Fail without unmounting the drive, if present.
FIXME: this sucks
This (maybe?) fixes #18. Let me know if it doesn't.
@ValShaped ValShaped changed the title Rwfus v0.4.1 Rwfus v0.4.2 Sep 16, 2023
@ValShaped ValShaped added bug Something isn't working enhancement New feature or request labels Sep 16, 2023
@ValShaped ValShaped modified the milestones: v0.4.0, 0.4.2 Sep 16, 2023
@ValShaped ValShaped self-assigned this Sep 16, 2023
@ValShaped ValShaped merged commit 4ed69c0 into main Sep 16, 2023
@ValShaped ValShaped deleted the dev branch September 16, 2023 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
1 participant