Fix OpenRC command for adding grub-btrfsd to startup

Fixes #427 
Replace `rc-config add` with `rc-update add` in the README.
This commit is contained in:
Antynea
2026-05-31 17:55:01 +02:00
committed by GitHub
parent 474771981f
commit 4a0a27bef1

View File

@@ -240,7 +240,7 @@ sudo rc-service grub-btrfsd start
To activate it during system startup, run: To activate it during system startup, run:
```bash ```bash
sudo rc-config add grub-btrfsd default sudo rc-update add grub-btrfsd default
``` ```
##### 💼 Snapshots not in `/.snapshots` for OpenRC ##### 💼 Snapshots not in `/.snapshots` for OpenRC