Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.17 KB

nano helper

Version

This is the Buildroot container workflow helper script that is included as a Git submodule in most Buildroot-based products.

Usage

  • ./nano help – Display usage information.
  • ./nano build all – Build all of the following targets.
  • ./nano build image – Build Dockerfile.
  • ./nano build rootfs – Build rootfs.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 generated rootfs.tar.xz image.

Changes

See changes.md.