anatol/booster

Incorrect kernel

Closed this issue · 4 comments

kojq commented

booster seems to detect the live environment's kernel instead of the one in chroot when doing booster build booster-linux.img (on Arch Linux). As a result, it cannot find the file.

5long commented

I believe running /usr/lib/booster/regenerate_images should correctly detect kernels available in a chroot.

kojq commented

That would apply to all kernels present.

I would think it reasonable to perform the action for individual kernels

anatol commented

@kojq if you want to run booster build manually for a specific kernel then please specify --kernel-version parameter. See more information here https://man.archlinux.org/man/extra/booster/booster.1.en

kojq commented

Ah, thank you both. You can close this issue, @anatol.