On Wed, Dec 09, 2020 at 09:12:01AM +0800, Wang Chenglong wrote:
generate rootfs through docker image with one command. we also can customize the pre-installed software by configuring ./packages-to-install
Signed-off-by: Wang Chenglong 18509160991@163.com
container/docker-rootfs/run | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 container/docker-rootfs/run
diff --git a/container/docker-rootfs/run b/container/docker-rootfs/run new file mode 100755 index 0000000..de9c3a7 --- /dev/null +++ b/container/docker-rootfs/run @@ -0,0 +1,32 @@
+#docker rm -f rootfs-docker
redundant annotation
Thanks, Yong
+create_links_vmlinuz_initrd $2
2.23.0