Anatol Pomozov
Anatol Pomozov
Some folks want to mount the rootfs readonly and add an overlayfs on top of it. See https://github.com/anatol/booster/issues/87#issuecomment-855036220 It would be great if booster supported this use-case. Systemd supports an...
Some users have multiple kernels installed. Booster handles them by generating images for all the kernels. It uses `/etc/booster.yaml` config for all the images. But there are cases when one...
It would be great to get booster working at RedHat distros. Add an RPM spec for RH.
Some laptops (e.g. Lenovo Thinkpad) have fingerprint sensors. It would be great to integrate it with `booster`. This issue depends on https://github.com/anatol/clevis.go/issues/2
I use GlobalProtect-openconnect for my VPN and it works great. Though current login flow has one inconvenience. When I login to my VPN it opens SAML login page in a...
Parser struct has a useful method `WriteManPage()` that allows to generate a man page for command line arguments. I found this idea really handy. It would be great to add...
Currently documentation provides an example of completion for bash shell only. zsh is one of the popular shells. it would be great to have completion example for this shell as...
I have a positional argument ```go Args struct { Output string `positional-arg-name:"output" default:"foo.txt"` } `positional-args:"true"` ``` And `default` tag does not seem to work for it. It would be useful...
Hi, ok finally I created a reduced testcase that shows issues with macfuse+pthreads. macfuse works fine if fuse_loop() is in the main thread. But when we want to run it...