From: Michael Tremer Date: Thu, 14 Sep 2023 10:35:32 +0000 (+0000) Subject: Do not install any additional packages X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f8a3d5c7bc1e26689b3ab94d5f3ca3aae6a32b5;p=people%2Fms%2Fbricklayer.git 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 --- 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