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]
|
[Action]
|
||||||
Description = generate GRUB configuration file
|
Description = generate GRUB configuration file
|
||||||
Depends = grub-btrfs-git
|
Depends = grub
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/snapper-pac-grub
|
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
|
Additionally the package provides a hook to regenerate your GRUB configuration
|
||||||
file after every pacman transaction. This is useful when using
|
file after every pacman transaction. This is useful when using
|
||||||
[grub-btrfs](https://aur.archlinux.org/packages/grub-btrfs-git/). If you don't
|
[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
|
**Note:** Snapshots are only taken of the subvolume corresponding with the
|
||||||
`root` snapper config; other subvolumes are not included. You must modify the
|
`root` snapper config; other subvolumes are not included. You must modify the
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue