@hermmm The fix is pushed. Was there anything else that needs doing before TV? 🙂
@hermmm The fix is pushed. Was there anything else that needs doing before TV? 
main in startingpoint to template if that is possible, as I seem to lack the required permissions or knowhow to do it.ublue-os/base and show how far ahead/behind it is from ublue-os:main

rg --hidden 'ostree.*cleanup'templateublue-os/baseublue-os:mainrg --hidden 'ostree.*cleanup'RUN rpm-ostree install NetworkManager-wifi NetworkManager-wwan wpa_supplicant wireless-regdb && \
rpm-ostree cleanup -m && \
ostree container commitRUN rm -rf \
/tmp/* \
/var/* && \
ostree container commirg -g 'Containerfile' --hidden 'var'
os-startingpoint/Containerfile
35: /var/* && \
os-main/Containerfile
19:RUN rm -rf /tmp/* /var/*
21:RUN mkdir -p /var/tmp && chmod -R 1777 /var/tmp