xfzv
xfzv
Same here, my initramfs images are deleted despite not being listed as being removed by `eclean-kernel`. I'm using `dracut`. Removing `/usr/lib/kernel/install.d/50-dracut.install` doesn't make any difference for me. However, using `--no-kernel-install`...
Agreed, `z keyword` would be more convenient.
Now that I think about it, `z keyword` makes more sense. Let's say you're in your `$HOME` directory. `z .` will trigger auto-suggestions for directories starting with a `.`, like...
Works fine here with both: ```bash FZF_DEFAULT_COMMAND="fd --type f --hidden" # or FZF_DEFAULT_COMMAND="find type -f" ``` Hidden files are included with `subdir_fzf` independently of whether hidden files are shown in...
+1 for this. ```console % aura -V aura-pm 4.0.0 ``` It would be useful to have a way to build VCS packages only if there's a newer commit available. That's...
> This should already be what's happening, unless you force to rebuild with --git. What behaviour are you noticing at the moment? ```console % paru -Sua :: Looking for devel...
Indeed, the description for `git` [in the config file](https://fosskers.github.io/aura/configuration.html#aur-package-building) is more accurate in my opinion: > `git` bool Force update all VCS packages during `-Au`. > Right. Aura will automatically...
> > Would you consider adding such a mechanism? > > You mean, auto-detection of whether the actual upstream package has new commits? Yes, exactly.
> This was already fixed 2 days ago: https://github.com/vaeth/mv-overlay/commit/44d06240dd3265708eeeb92a065dbc11999df89b No it was not? :thinking: https://github.com/vaeth/mv-overlay/commit/44d06240dd3265708eeeb92a065dbc11999df89b fixed `dev-util/ninja` renamed to `dev-build/ninja`, not `dev-util/meson` renamed to `dev-build/meson` https://github.com/vaeth/mv-overlay/blob/44d06240dd3265708eeeb92a065dbc11999df89b/app-portage/eix/eix-0.36.7-r2.ebuild#L28-L29 https://github.com/vaeth/mv-overlay/blob/44d06240dd3265708eeeb92a065dbc11999df89b/app-portage/eix/eix-99999999.ebuild#L42-L43 Both ebuilds still...
> You are right. I did not realize that further moves happened recently. No worries :disguised_face: All good with https://github.com/vaeth/mv-overlay/commit/e3a9df68277dcef7bedc4541d2d450e5933e8b65! Thank you.