Root File System
Building a Root File System
Using nex CLI
nex CLI└─❯ nex rootfs --help
usage: nex rootfs [<flags>]
Build custom rootfs
Flags:
--script=script.sh Additional boot script ran during initialization
--image="synadia/nex-rootfs:alpine" Base image for rootfs build
--agent=../path/to/nex-agent Path to agent binary
--size=157286400 Size of rootfs filesystemManual Approach
Last updated
Was this helpful?