booster: unable to find a config file in /proc
On fedora config file is on /boot
>sudo booster -output /tmp/booster.img -strip -debug -force
unable to find a config file in /proc
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 49 (23 by maintainers)
Commits related to this issue
- Read kernel config file from /boot Booster reads kernel's config file at generation time. Some systems (e.g. Arch Linux) provides /proc/config file. Some other systems (e.g. Fedora) have /boot/config... — committed to anatol/booster by anatol 2 years ago
- Provide more information in case of 'loadkeys' failure Related #137 — committed to anatol/booster by anatol 2 years ago
- Provide more information in case of exec.Command() fails Related #137 — committed to anatol/booster by anatol 2 years ago
- Provide more information in case of exec.Command() fails Related #137 — committed to anatol/booster by anatol 2 years ago
- Sprip quotes from vconsole.conf and locale.conf Some users add quotes around property values in these files. Strip the quotes to avoid `loadkeys` tool confusion. Related #137 — committed to anatol/booster by anatol 2 years ago
- Add /usr/lib64 to the list of elf directories Fedora keeps some of its libraries under /usr/lib64. Look at this directory when searching for ELF libraries. Related #137 — committed to anatol/booster by anatol 2 years ago
- Extract consolefontsDir into a separate const Different systems have different consolefonts path, e.g. Fedora uses `/usr/lib/kbd/consolefonts`. Having this path as a separate constant makes it easier... — committed to anatol/booster by anatol 2 years ago
- Read kernel config file from /boot Booster reads kernel's config file at generation time. Some systems (e.g. Arch Linux) provides /proc/config file. Some other systems (e.g. Fedora) have /boot/config... — committed to anatol/booster by anatol 2 years ago
- Provide more information in case of exec.Command() fails Related #137 — committed to anatol/booster by anatol 2 years ago
- Sprip quotes from vconsole.conf and locale.conf Some users add quotes around property values in these files. Strip the quotes to avoid `loadkeys` tool confusion. Related #137 — committed to anatol/booster by anatol 2 years ago
- Add /usr/lib64 to the list of elf directories Fedora keeps some of its libraries under /usr/lib64. Look at this directory when searching for ELF libraries. Related #137 — committed to anatol/booster by anatol 2 years ago
- Extract consolefontsDir into a separate const Different systems have different consolefonts path, e.g. Fedora uses `/usr/lib/kbd/consolefonts`. Having this path as a separate constant makes it easier... — committed to anatol/booster by anatol 2 years ago
Thanks. Works fine now.
--force
and--kernel-version
arebuild
subcommand flags. i.e. you have to put it after the build codeword.Here is an example of usage https://github.com/anatol/booster/blob/master/packaging/arch/regenerate_images
Yes, it should work with 1.17+.
Oops sorry. I messed with dependencies earlier. I pushed a fix to
wip
branch. Please try it again.