summaryrefslogtreecommitdiff
path: root/docs/README.knownissues
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.knownissues')
-rw-r--r--docs/README.knownissues12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/README.knownissues b/docs/README.knownissues
new file mode 100644
index 0000000..7002c5e
--- /dev/null
+++ b/docs/README.knownissues
@@ -0,0 +1,12 @@
+*** Know issues
+
+** (1) On shutdown lots of messages from systemd like:
+
+ "Could not unmount /run/parabolaiso/<ABC>: Device or resource busy"
+ "Could not delete loopback /dev/loop<N>: Device or resource busy"
+ This is not a real issue since, all mounted filesystem, loopback devices
+ and device mapper devices made by parabolaiso will be "free" on "shutdown tmpfs"
+ (A.K.A deinitramfs), build at initramfs by [parabolaiso_shutdown] initcpio hook.
+ Proper shutdown is mostly important when persistent is used.
+
+