1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2024-12-22 06:20:13 +00:00

Merge pull request #41 from tenforward/plamo_pkgtools8_fix

plamo: more fixes configuration process related to pkgtools8
This commit is contained in:
Christian Brauner 2021-08-18 11:26:09 +02:00 committed by GitHub
commit f17d9d03c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,12 +294,11 @@ configure_plamo7() {
EOF
# remove initpkg that do not execute on containers
noexec="shadow netconfig7 eudev openssh pkgtools7 pkgtools8"
noexec="shadow netconfig7 eudev openssh"
for f in $noexec
do
rm -f $rootfs/var/log/initpkg/"$f"
done
( cd $rootfs/sbin ; mv installer_new installer )
}
configure_plamo() {