Anatol Pomozov
Anatol Pomozov
@Foxboron merged now
It is hard to tell what this `failed to read the system array: -2` error really mean. Could you please enable booster debug logging (see `man booster` for help) and...
The #194 you mentioned is fixed now so it must be a different problem. But if I understand you correctly you are using BTRFS on top of LVM volume? Could...
It looks like dup of #234 I tried to debug it a while ago and still have no clear picture of what is going on there.
Thank you for this request. Could you please point to the ZFSBootMenu documentation that specifies this `root` parameter?
I am seeing the same issue when trying to compile the package with `gomobile`. What is the plan with fixing this issue?
Removing the C files helps to compile the library for iOS with `gomobile`. But now it does not work with regular `go build` at MacOS.
cc @c3Ls1US I wonder if it worthwile to restore the force-load part. ```go for _, file := range conf.extraFiles { if file == "fido2-assert" { conf.modulesForceLoad = append(conf.modulesForceLoad, "usbhid", "hid_sensor_hub")...
Are you talking about kernel config file? If yes the code is located here https://github.com/anatol/booster/blob/276a3efc4336e866e3944359ecd86658d6354eb9/generator/kmod.go#L732 note that booster also falls back to `/proc/config` and `/proc/config.gz` files. Do you have it...
@alexminder your change looks good to me. Could you please send a PR with it? A related item is to add Gentoo into set of tested platforms. To make that...