diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in index 2145d01..4a023ae 100644 --- a/templates/lxc-plamo.in +++ b/templates/lxc-plamo.in @@ -281,18 +281,12 @@ configure_plamo7() { SERVICE="dhclient" EOF - # initpkg + # remove initpkg that does not exec noexec="shadow netconfig7 eudev openssh" for f in $noexec do rm -f $rootfs/var/log/initpkg/"$f" done - pushd $rootfs - for f in var/log/initpkg/* - do - chroot $rootfs sh ./$f - done - popd } configure_plamo() {