From 33523fb532ba5f15612a86c39fcf5426a88971d2 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 21 Dec 2020 21:26:42 +0700 Subject: [PATCH] oem: Create empty /var/lib/install3/lists/.base Empty lists/.base needed for alterator-pkg to calculate the space required for installation when selecting groups. See-also: https://lists.altlinux.org/pipermail/devel-distro/2020-December/002239.html --- features.in/oem/rootfs/image-scripts.d/99-oem-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/oem/rootfs/image-scripts.d/99-oem-setup b/features.in/oem/rootfs/image-scripts.d/99-oem-setup index e0d91341..fb794f82 100755 --- a/features.in/oem/rootfs/image-scripts.d/99-oem-setup +++ b/features.in/oem/rootfs/image-scripts.d/99-oem-setup @@ -25,6 +25,7 @@ if [ -n "$GLOBAL_OEM_INSTALL" ]; then mkdir -p /var/lib/install3 tar -xf /.install3.tar -C /var/lib/install3/ rm /.install3.tar + touch /var/lib/install3/lists/.base fi :