ยง2023-11-15

After sytems as booted with Orangepi5plus_1.0.6_ubuntu_jammy_server_linux5.10.110.img and do apt update && apt -y upgrade

W: https://mirrors.aliyun.com/docker-ce/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

ln: failed to cretate ln, ....
update-initramfs: fsilrf yp vreate hard link '/bootinitrd.img-5.10.110-rockchip-rk3588-bak1 => '/boo/initrd.img-5.10.110-rockchip-rk3588': Operation not permitted
update-initramfs: : Generating initrd.img-5.10.110-rockchip-rk3588
update-initramfs: Converting to u-boot format

Fix: W: https://mirrors.aliyun.com/docker-ce/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

root@orangepi5plus:/home/alexlai# apt-key del  https://mirrors.aliyun.com/docker-ce/linux/ubuntu/dists/jammy/InRelease
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
root@orangepi5plus:/home/alexlai# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
root@orangepi5plus:/home/alexlai# echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
root@orangepi5plus:/home/alexlai# apt update
Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.8 kB]
Get:2 https://download.docker.com/linux/ubuntu jammy/stable amd64 Packages [26.4 kB]
Hit:3 http://repo.huaweicloud.com/ubuntu-ports jammy InRelease     
Hit:4 http://repo.huaweicloud.com/ubuntu-ports jammy-security InRelease
Hit:5 http://repo.huaweicloud.com/ubuntu-ports jammy-updates InRelease
Hit:6 http://repo.huaweicloud.com/ubuntu-ports jammy-backports InRelease
Fetched 75.2 kB in 2s (33.8 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.