forked from neil/lxc-templates
plamo: more fixes configuration process related to pkgtools8
The previous patch had incomplete support for pkgtools8. Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
This commit is contained in:
parent
8df214978b
commit
d9f1b169bc
@ -294,12 +294,11 @@ configure_plamo7() {
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# remove initpkg that do not execute on containers
|
# remove initpkg that do not execute on containers
|
||||||
noexec="shadow netconfig7 eudev openssh pkgtools7 pkgtools8"
|
noexec="shadow netconfig7 eudev openssh"
|
||||||
for f in $noexec
|
for f in $noexec
|
||||||
do
|
do
|
||||||
rm -f $rootfs/var/log/initpkg/"$f"
|
rm -f $rootfs/var/log/initpkg/"$f"
|
||||||
done
|
done
|
||||||
( cd $rootfs/sbin ; mv installer_new installer )
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configure_plamo() {
|
configure_plamo() {
|
||||||
|
Loading…
Reference in New Issue
Block a user