We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 177bcb3 + eaa05a4 commit 4822e92Copy full SHA for 4822e92
elements/unmask-tmp/README.rst
@@ -0,0 +1,7 @@
1
+==========
2
+unmask-tmp
3
4
+
5
+Workaround for the issue described `here <https://bugzilla.redhat.com/show_bug.cgi?id=1243494>`_.
6
+The symptom to lookout for is that the rootfs is mounted read-only. This has also been observed
7
+on CentOS 8.
elements/unmask-tmp/cleanup.d/99-unmask-tmp
@@ -0,0 +1,9 @@
+#!/bin/bash
+if [ "${DIB_DEBUG_TRACE:-1}" -gt 0 ]; then
+ set -x
+fi
+set -u
+set -o pipefail
8
9
+sudo rm -f $TARGET_ROOT/etc/systemd/system/tmp.mount && echo "Successfully removed etc/systemd/system/tmp.mount" || true
0 commit comments