dependeny should be on GRUB, not grub-btrfs-git
This commit is contained in:
parent
4fcff3de03
commit
d3afa0b201
2 changed files with 3 additions and 2 deletions
|
|
@ -24,6 +24,6 @@ Target = *
|
|||
|
||||
[Action]
|
||||
Description = generate GRUB configuration file
|
||||
Depends = grub-btrfs-git
|
||||
Depends = grub
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/snapper-pac-grub
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@ threshold in the snapper configuration file.
|
|||
Additionally the package provides a hook to regenerate your GRUB configuration
|
||||
file after every pacman transaction. This is useful when using
|
||||
[grub-btrfs](https://aur.archlinux.org/packages/grub-btrfs-git/). If you don't
|
||||
use grub-btrfs, then you should remove `99_grub-config.hook` after installation.
|
||||
use GRUB, or if you don't want your configuration file generated every
|
||||
transaction, then you should remove `99_grub-config.hook` after installation.
|
||||
|
||||
**Note:** Snapshots are only taken of the subvolume corresponding with the
|
||||
`root` snapper config; other subvolumes are not included. You must modify the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue