On Mon, Oct 12, 2020 at 09:34:52AM +0800, Wu Fengguang wrote:
On Sun, Oct 11, 2020 at 09:17:41PM +0800, Wang Chenglong wrote:
On Sun, Oct 11, 2020 at 10:35:13AM +0800, Wu Fengguang wrote:
On Sat, Oct 10, 2020 at 09:11:40PM +0800, Wang Chenglong wrote:
Use the tool to create a new centos-7 initramfs image with on click.
on => one
"click" indicates GUI and mouse, not suitable here. "command"?
Ok, i will fix it.
and we also can customize the pre-installed software by configuring ./bin/repolist.
Signed-off-by: Wang Chenglong 18509160991@163.com
rootfs/initramfs/centos/aarch64/7/README.md | 12 ++++++ rootfs/initramfs/centos/aarch64/7/bin/creat | 38 +++++++++++++++++++ rootfs/initramfs/centos/aarch64/7/bin/dellist | 8 ++++ rootfs/initramfs/centos/aarch64/7/bin/lib | 30 +++++++++++++++ .../initramfs/centos/aarch64/7/bin/repolist | 2 + rootfs/initramfs/centos/aarch64/7/build | 29 ++++++++++++++
The rootfs/initramfs/centos/aarch64/7/* files should typically be symlinks.
您的意思是指,相关代码放在其他地方,这里只保留一个build的链接对吗?
对的. 因为很快会有很多os variants, 不可能每个地方都放一份拷贝.
Ok. I got it
creat => create It's too generic name btw, as something not for direct call by human.
OK.
dellist/repolist names can be improved.
How about delete-list/software-list?
Another option is
packages-to-install packages-to-remove
got it
Thanks, Chenglong
This patch is mostly about running code in docker, please create a subdir in container/ for them.
Ok, i will create.
Thanks, Fengguang