Commit f51da60
Anantha K R
fix base image build error due to unable to locate sshd-regen-keys
Base image build failed with error:
> | 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
use IMAGE_INSTALL instead of IMAGE_PREINSTALL to fix the issue as sshd-regen-keys is
provided by isar.
Signed-off-by: Anantha K R <anantha.kr@siemens.com>1 parent 4aa7595 commit f51da60
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments