From fe6a5b2f64c38041dbe2f8d2eb1fff58f351696f Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 18 Mar 2025 07:40:47 +0100 Subject: [PATCH] refs #1719 removes filebeat of dpkg list --- chroot-tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-tasks.py b/chroot-tasks.py index 2204e51..0a59c58 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -47,7 +47,7 @@ def boottoolsSoftwareInstall (osarch, osrelease): apt.update() apt.upgrade() - pkgs = [f'linux-image-{osrelease}', f'linux-headers-{osrelease}', f'linux-modules-{osrelease}', f'linux-modules-extra-{osrelease}', 'dkms', 'shim-signed', 'openssl', 'sshfs', 'kexec-tools', 'filebeat'] + pkgs32 + pkgs + pkgs = [f'linux-image-{osrelease}', f'linux-headers-{osrelease}', f'linux-modules-{osrelease}', f'linux-modules-extra-{osrelease}', 'dkms', 'shim-signed', 'openssl', 'sshfs', 'kexec-tools'] + pkgs32 + pkgs print (f'boottoolsSoftwareInstall: installing packages: {str(pkgs)}', file=sys.stderr) apt.install (pkgs, opts={'DPkg::Options::': '--force-confdef'}) ## --force-confdef is required to avoid an interactive question regarding /etc/ssh/ssh_config