Skip to content

Commit 4a0a27b

Browse files
authored
Fix OpenRC command for adding grub-btrfsd to startup
Fixes #427 Replace `rc-config add` with `rc-update add` in the README.
1 parent 4747719 commit 4a0a27b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ sudo rc-service grub-btrfsd start
240240

241241
To activate it during system startup, run:
242242
```bash
243-
sudo rc-config add grub-btrfsd default
243+
sudo rc-update add grub-btrfsd default
244244
```
245245

246246
##### 💼 Snapshots not in `/.snapshots` for OpenRC

0 commit comments

Comments
 (0)