From b40cfcaa41f1ca26cdcf659273179249e4c7b152 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 1 Dec 2019 09:17:58 +0100 Subject: [PATCH] build: remove dead variable INSTALL_INIT --- config/path | 1 - 1 file changed, 1 deletion(-) diff --git a/config/path b/config/path index 480069ca55..bf088f6684 100644 --- a/config/path +++ b/config/path @@ -57,7 +57,6 @@ FAKEROOT_SCRIPT=$BUILD/.fakeroot if [ -z "$INSTALL" ]; then INSTALL=$BUILD/image/system fi -INSTALL_INIT=$BUILD/image/initramfs/root-image . config/sources