The Buildroot user manual
buildroot.org › downloads › manualThe default inittab in Buildroot is stored in system/skeleton/etc/inittab. Apart from mounting a few important filesystems, the main job the default inittab does is to start the /etc/init.d/rcS shell script, and start a getty program (which provides a login prompt). The second solution is systemV.
GitHub - baxterworks-build/buildroot-skeleton: Bare ...
25.10.2019 · cd buildroot-skeleton make skeleton_defconfig && make. But you probably want to rename the defconfig, make your_new_buildroot_defconfig && make menuconfig first. Don't forget to adjust the kernel config, too! …
The Buildroot user manual
https://buildroot.org/downloads/manual/manual.htmlWhen BR2_ROOTFS_MERGED_USR is enabled, then the custom skeleton must not contain the /bin, /lib or /sbin directories, as Buildroot will create them as symbolic links to the relevant folders in /usr. In such a situation, should the skeleton have any programs or libraries, they should be placed in /usr/bin , /usr/sbin and /usr/lib .