summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-06-02 12:03:32 -0700
committerPatrick Venture <venture@google.com>2017-06-02 19:17:01 +0000
commit4635bf2fecc3d47af9edac1fd41b19d465372880 (patch)
tree3c7dc6a9ab64b3d16b72df730fb22203f3e956a0
parentb91c244f419f543bdaa31611f92cbee7a34f5fc6 (diff)
downloadopenbmc-docs-4635bf2fecc3d47af9edac1fd41b19d465372880.tar.gz
openbmc-docs-4635bf2fecc3d47af9edac1fd41b19d465372880.zip
Added rw overlay fs note to cheatsheet.
Change-Id: I2d5c9068775ff353af92e25d6fa8aa06a79b09aa Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--cheatsheet.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index 9efbb18..c90f773 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -180,3 +180,12 @@ By default coredump is disabled in OpenBMC. To enable coredump:
echo '/tmp/core_%e.%p' | tee /proc/sys/kernel/core_pattern
```
+## Cleaning up read-write file system changes
+
+You may want to investigate which file(s) are persisting through the overlay
+rwfs. To do this, you can list this path and then remove those files which
+you'd prefer the originals or remove the deletion overlay to restore files.
+
+```
+/run/initramfs/rw/cow/
+```
OpenPOWER on IntegriCloud