fix base image build error due to unable to locate sshd-regen-keys#648
Conversation
|
Hi @ananthakr23 , Thank you for recognizing this issue and for your contribution! |
If you agree that SSH functionality (like Let me know your thoughts! |
|
@huaqianli Thank you for the inputs. Though it is convenient to have |
Base image build failed due to unable to locate sshd-regen-keys Error log: > | DEBUG: Executing shell function rootfs_install_pkgs_download > | Reading package lists... > | Building dependency tree... > | Reading state information... > | E: Unable to locate package sshd-regen-keys > | WARNING: exit code 100 from a shell command. > | DEBUG: Executing shell function rootfs_do_umounts > | DEBUG: Shell function rootfs_do_umounts finished > | DEBUG: Python function do_rootfs_install finished Move `ssh-root-login` functionality completly to example image. Signed-off-by: Anantha K R <anantha.kr@siemens.com>
f51da60 to
6e2c50c
Compare
|
@huaqianli Updated the MR. Please review. |
Base image build failed with error:
use IMAGE_INSTALL instead of IMAGE_PREINSTALL to fix the issue as sshd-regen-keys is provided by isar.