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:
parent
b98d5eb574
commit
33523fb532
@ -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
|
||||
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user