[pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency
Christoph Heiss
c.heiss at proxmox.com
Fri Dec 19 20:03:19 CET 2025
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 <c.heiss at proxmox.com>
---
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
More information about the pve-devel
mailing list