Comment 13 for bug 1654600

Revision history for this message
jftempo (jfb-tempo-consulting) wrote :

As a workaround I created a symlink to /run inside the mounted /var :
mount -o bind / /mnt
ln -s /run /mnt/var/
umount /mnt