In unconfigured.sh, we use waitpid(1) from util-linux-extra, which currently is not pulled into the installer environment.
It only triggers under certain circumstances. The `command not found` can be e.g. triggered by starting the auto-installer with an unreachable answer server - which would drop users into the debug shell, then pressing Ctrl+C will hit the `waitpid` path in `real_reboot`. Signed-off-by: Christoph Heiss <[email protected]> --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 9659924..17e4843 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,7 @@ Depends: chrony, libjson-perl, proxmox-kernel-helper, squashfs-tools, + util-linux-extra, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, -- 2.51.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
