On Thu, Oct 29, 2020 at 09:12:57PM +0800, Xu Xijian wrote:
[why] As the old os version centos/aarch64/76 is not exist, change the version number 76 in given example.
Signed-off-by: Xu Xijian xuxijian@huawei.com
container/add-software/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ok Thanks sunyukui
diff --git a/container/add-software/run b/container/add-software/run index 99490ee..f4c6833 100755 --- a/container/add-software/run +++ b/container/add-software/run @@ -5,8 +5,8 @@ [ -L "$1/vmlinuz" -a -n "$2" ] || { cat << 'EOF' Example usage:
- 1> ./run /os/centos/aarch64/76 pack1 pack2 ...
- 2> ./run /os/centos/aarch64/76 $(show-depends-packages centos)
- 1> ./run /os/centos/aarch64/7.6.1810 pack1 pack2 ...
- 2> ./run /os/centos/aarch64/7.6.1810 $(show-depends-packages centos) centos is an adaption file contain packages mapping from debian to centos, the whole path is '$LKP_SRC/distro/adaptation/centos'.
EOF
2.23.0