This is the Buildroot container workflow helper script that is included as a Git submodule in most Buildroot-based products.
./nano help
– Display usage information../nano build all
– Build all of the following targets../nano build image
– BuildDockerfile
../nano build rootfs
– Buildrootfs.tar.xz
image../nano run [command [args...]]
– Run container, optionally with the specified command and arguments../nano resume
– Resume container../nano pull
– Pull all of the following targets from the container to the host../nano pull config
– Pull Buildroot configuration../nano pull patches
– Pull Buildroot patches from~/buildroot/patches
../nano pull rootfs
– Pull generatedrootfs.tar.xz
image.
See changes.md.