文件名称:openwrt-aci:建立OpenWRT应用程式容器映像(ACI)
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-07 06:36:23
Makefile
OpenWRT ACI构建器 阿尔法释放 从OpenWRT的最新开发快照中构建一个App Container映像(aci)。 默认情况下,这将创建一个x86_64图像,但是您可以编辑rootfs和arch的URL以在Makefile中使用 指示 # download the OpenWRT rootfs make # enter the container (requires systemd-nspawn) make enter # build the aci from rootfs make build 陷阱 默认情况下, /var链接到/tmp opkg(OpenWRT软件包安装程序)正在运行,但需要存在/var/lock目录。 您可以自己将其设置为mkdir,但在重新启动后会丢失(请参阅第1章)。 我该怎么办? 我创建此程序是为了试验基于Python的aci。 构建rootf
【文件预览】:
openwrt-aci-master
----Makefile(398B)
----README.md(1KB)
----build()
--------manifest(482B)