public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency
@ 2025-12-19 19:03 Christoph Heiss
  0 siblings, 0 replies; only message in thread
From: Christoph Heiss @ 2025-12-19 19:03 UTC (permalink / raw)
  To: pve-devel

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@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-19 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-19 19:03 [pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency Christoph Heiss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal