public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christoph Heiss <c.heiss@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency
Date: Fri, 19 Dec 2025 20:03:19 +0100	[thread overview]
Message-ID: <20251219190412.311329-1-c.heiss@proxmox.com> (raw)

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


                 reply	other threads:[~2025-12-19 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251219190412.311329-1-c.heiss@proxmox.com \
    --to=c.heiss@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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