From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup-restore-image 4/5] initramfs: add ntfs-3g as build dependency
Date: Thu, 14 May 2026 17:25:09 +0200 [thread overview]
Message-ID: <20260514152510.2273112-5-c.ebner@proxmox.com> (raw)
In-Reply-To: <20260514152510.2273112-1-c.ebner@proxmox.com>
Adds support for mounting NTFS filesystems via FUSE mount using
ntfs-3g. Avoid pulling in unneeded libdebconfclient0 dependency.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
src/build_initramfs.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/build_initramfs.sh b/src/build_initramfs.sh
index 4e2445c..334cbb5 100755
--- a/src/build_initramfs.sh
+++ b/src/build_initramfs.sh
@@ -35,6 +35,7 @@ add_pkgs() {
done
# debconf and gcc are unnecessary, libboost-regex doesn't install on bullseye
DEPS=$(echo "$DEPS" |\
+ sed -E 's/libdebconfclient([[:digit:]])?//g' |\
sed -E 's/debconf(-2\.0)?//g' |\
sed -E 's/libboost-regex([[:digit:]]\.[[:digit:]]+)?//g' |\
sed -E 's/gcc-.{1,2}-base//g' |\
@@ -90,6 +91,7 @@ add_pkgs "
libgcrypt20:amd64 \
libtirpc3t64:amd64 \
lvm2:amd64 \
+ ntfs-3g:amd64 \
thin-provisioning-tools:amd64 \
" 'base'
--
2.47.3
next prev parent reply other threads:[~2026-05-14 15:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-14 15:25 [RFC proxmox{-backup-restore-image,-backup} 0/5] fix #7544: provide fallback to ntfs-3g for file-restore VM Christian Ebner
2026-05-14 15:25 ` [PATCH proxmox-backup-restore-image 1/5] update ZFS to 2.4.2 Christian Ebner
2026-05-14 15:25 ` [PATCH proxmox-backup-restore-image 2/5] update kernel to Ubuntu-7.0.0-17.17 Christian Ebner
2026-05-14 15:25 ` [PATCH proxmox-backup-restore-image 3/5] config: enable FUSE support to allow using ntfs-3g Christian Ebner
2026-05-14 15:25 ` Christian Ebner [this message]
2026-05-14 15:25 ` [PATCH proxmox-backup 5/5] fix #7533: restore-daemon: last resort fallback to mount via ntfs-3g Christian Ebner
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=20260514152510.2273112-5-c.ebner@proxmox.com \
--to=c.ebner@proxmox.com \
--cc=pbs-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.