From a30785ff8a130fd0922489ea5b970d9dc97f9aff Mon Sep 17 00:00:00 2001 From: Dmitriy Terekhin Date: Thu, 25 Mar 2021 20:49:45 +0400 Subject: [PATCH] stage2: use uuid-iso to identify the image by UUID --- features.in/stage2/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/stage2/config.mk b/features.in/stage2/config.mk index 9935e62f..e5ea6656 100644 --- a/features.in/stage2/config.mk +++ b/features.in/stage2/config.mk @@ -1,5 +1,5 @@ # "1" is not a typo -use/stage2: sub/stage1 +use/stage2: sub/stage1 use/uuid-iso @$(call add_feature) @$(call add,STAGE1_PACKAGES,make-initrd file iproute2) @$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)