app-backup/grub-btrfs: end

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger 2022-04-18 21:10:37 +02:00
parent 366c39a7fd
commit edd9677b72
No known key found for this signature in database
GPG Key ID: 9DF5441454F67138

View File

@ -37,5 +37,5 @@ src_install(){
pkg_postinst() { pkg_postinst() {
elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu." elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu."
elog "update your /etc/grub.d/41_snapshots-btrfs script (e.g. with dispatch-conf or etc-update)" elog "update your /etc/grub.d/41_snapshots-btrfs script (e.g. with dispatch-conf or etc-update)"
optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper] optfeature "LVM/ LUKS support" sys-boot/grub[device-mapper]
} }