You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/3_ac_install_live/1-merge/app-emulation/lxc/update-4.0

15 lines
413 B

# Calculate run=/bin/bash pkg(app-emulation/lxc)>=4&&ini(merge.lxc)==
#-ini(merge.lxc,4)-#
for configfile in /var/calculate/lxc/*/config
do
if [[ -f $configfile ]]
then
sed -i 's,/usr/share/lxc/config/gentoo.common.conf,/usr/share/lxc/config/common.conf,' $configfile
sed -i 's,/usr/share/lxc/config/gentoo.userns.conf,/usr/share/lxc/config/userns.conf,' $configfile
fi
done
exit 0