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
This commit is contained in:
Anton Midyukov 2020-12-21 21:26:42 +07:00
parent b98d5eb574
commit 33523fb532

View File

@ -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
: