Added podman networks to exported conf

This commit is contained in:
Raphaël Numbus
2026-01-08 13:19:50 +01:00
parent 8518b6b1b5
commit 99e4c5d0c1
+2
View File
@@ -683,6 +683,8 @@ export_configuration() {
echo -e "\n# TPM SETTINGS" >> $CONFIG_EXPORT_FILE
echo "export TARGET_TPM=${TARGET_TPM}" >> $CONFIG_EXPORT_FILE
echo "export TARGET_TPM_VERSION=${TARGET_TPM_VERSION:-}" >> $CONFIG_EXPORT_FILE
echo -e "\n# Podman SETTINGS" >> $CONFIG_EXPORT_FILE
echo "export PODMAN_NETWORKS=${PODMAN_NETWORKS}" >> $CONFIG_EXPORT_FILE
}
deploy() {