From a137f42a9fb953699759104925323e83e46875e4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 19 Nov 2022 12:45:23 +0000 Subject: [PATCH] master: Install the installer Signed-off-by: Michael Tremer --- src/bricklayer-master.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bricklayer-master.in b/src/bricklayer-master.in index a7aa912..b4b7391 100644 --- a/src/bricklayer-master.in +++ b/src/bricklayer-master.in @@ -24,6 +24,9 @@ PAKFIRE_CONFIG="/etc/pakfire/distros/ipfire3.conf" # Packages to install in the live system PACKAGES=( + # Install ourselves + "@PACKAGE@ >= @VERSION@" + "system-release" "dracut" "kernel" -- 2.47.3