fix: do not fail upon attempted umount of ./var/cache/blendOS

This commit is contained in:
Rudra Saraswat 2026-04-02 14:26:19 +01:00
parent 1424a3599d
commit a9ed7a1692
3 changed files with 3 additions and 2 deletions

View file

@ -124,4 +124,4 @@ distro-config:
cp /etc/locale.conf ./etc
finalise: |
umount -l ./var/cache/blendOS
umount -l ./var/cache/blendOS || :