Hi, I just built a Raspberry Pi3 headless image from https://github.com/raspberrypi/linux.git and when I ran cat /etc/os-release it shows: PRETTY_NAME=Buildroot 2017.08-git But when try to run bash from command prompt, it reports: # bash -sh: bash: not found I need to run bash for testing of my scripts.Please advise me if I have to make some settings in menuconfig or something else to make the bash work. Also, how to make sure that the bash works for my scripts? The other question is: how I can change the PRETTY_NAME to be a custom one? Thanks, Paul
The Buildroot version is buildroot-2017.05.1.
How this is a bug ? If Bash is not built as part of your Buildroot system, then you don't have bash. Enable bash in your Buildroot configuration and rebuild. The os-release file is generated by the main Buildroot Makefile. You can tweak the os-release file in a post-build script.