Brian Morison

Results 22 comments of Brian Morison

Ok, it seems the detection of the submenu fails on the 4.13 script, but not on the 4.12. 4.12: ``` if [ -s "${GRUB_BTRFS_GRUB_DIRNAME:-/boot/grub}/grub-btrfs.cfg" ]; then if /etc/grub.d/41_snapshots-btrfs; then log...

Ok I have narrowed it down to the "{grub_directory}/grub.cfg. If I hardcode the grub directory as /boot/grub/grub.cfg then the script will run the 41_snapshots-btrfs as it can now grep the...

> > Also why are there 2 tasks running for /usr/bin/grub-btrfsd? > > In 4.13 you can watch several directories for new snapshots. `grub-btrfsd` does this by forking itself for...

Thanks for the explanation, I was curious and now I get it.

The message of restoring the snapshot is baked into Endeavouros. It happens when you boot from a snapshot. This is not a grub-btrfs issue. Setting up timeshift-autosnap to not update...

It conflicts with timeshift-autosnap for sure, but that is on Arch with pacman package manager. I have no idea what happens with the apt version, but your understanding of the...

On Arch I have downgraded and locked Fprintd to version 1.90.1 until this gets updated.

I had it locked to 1.90.9, but I feel that it worked best when paired with 1.90.1. So I downgraded to the 1.90.1 version.

Not sure, but 1.90.1 has no delay. It also works properly with a failed scan.

I have patched this PR in my Arch PKGbuild and it seems to work fine. But not with the current pacman hook suggested in the wiki. There used to be...