From 2f8a3d5c7bc1e26689b3ab94d5f3ca3aae6a32b5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 14 Sep 2023 10:35:32 +0000 Subject: [PATCH] Do not install any additional packages This was a hack when the distribution was not where it is now and so should not be necessary any more. Signed-off-by: Michael Tremer --- src/python/__init__.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/python/__init__.py b/src/python/__init__.py index f4a0c1d..f3add6b 100644 --- a/src/python/__init__.py +++ b/src/python/__init__.py @@ -67,14 +67,6 @@ class Bricklayer(object): "packages" : [ "system-release", - - # XXX pull in something more because we don't quite have enough in system-release - "bash", - "filesystem", - "kernel", - "network", - "kernel-tools", - "passwd", ], # Set the default swap size to 1 GiB -- 2.47.3