Commit 33523fb5 authored by Anton Midyukov's avatar Anton Midyukov

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
parent b98d5eb5
......@@ -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
:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment