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.1: Coldfix Edition #23

Merged
merged 13 commits into from
Jan 27, 2023
Merged

Rwfus v0.4.1: Coldfix Edition #23

merged 13 commits into from
Jan 27, 2023

Conversation

ValShaped
Copy link
Owner

Rwfus 0.4.0 is broken, and I've fixed a bunch of bugs

New:

Fixed:

  • rwfus --backup/--restore should work properly now?

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
@ValShaped ValShaped merged commit 1839898 into main Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant