improves systemd service (#131)

grub-btrfs.service: remove unnecessary path for bash and grub-mkconfig command

readme.md: add warning section to systemd service section

config file: Improves the description of the variable GRUB_BTRFS_MKCONFIG
This commit is contained in:
Antynea
2021-01-03 14:50:34 +01:00
committed by GitHub
parent 9408231ecc
commit a437b80a35
3 changed files with 11 additions and 4 deletions

View File

@@ -68,6 +68,10 @@ If you would like Grub to automatically update when a snapshot is made or delete
and finally save.
* You can view your change to `systemctl cat grub-btrfs.path`.
* To revert change use `systemctl revert grub-btrfs.path`.
##### Warning:
by default, `grub-mkconfig` command is used.
Might be `grub2-mkconfig` on some systems (Fedora ...).
Edit `GRUB_BTRFS_MKCONFIG` variable in `/etc/default/grub-btrfs/config` file to reflect this.
##
### Special thanks for assistance and contributions
* [maximbaz](https://github.com/maximbaz)