Just sharing some thoughts here.
I was able to successfully build and implement the busybox buildroot environment using our current config, I think this should eventually replace both xbox-linux-busybox and xbox-linux-initramfs with some slight changes to the default buildroot config.
- Set the arch to pentium3 (probably not required, it defaulted to i586)
- Set the build type to create a initramfs image
- Set a root password (or disable accounts completely)
Just sharing some thoughts here.
I was able to successfully build and implement the busybox
buildrootenvironment using our current config, I think this should eventually replace bothxbox-linux-busyboxandxbox-linux-initramfswith some slight changes to the defaultbuildrootconfig.