index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-26 11:32:21 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-26 11:33:23 -0300 |
commit | 6b27e74cff30c0e08f6046fae2ff868f1f8f057e (patch) | |
tree | 308c919653944f2af6a07687c7cf84f0d0df0d9b /docs/README.knownissues | |
parent | ed2d728c24e722eaeac9b072f0e19b94b23f3ab1 (diff) |
-rw-r--r-- | docs/README.knownissues | 10 |
diff --git a/docs/README.knownissues b/docs/README.knownissues new file mode 100644 index 0000000..c397afb --- /dev/null +++ b/docs/README.knownissues @@ -0,0 +1,10 @@ +*** Know issues + +** (1) On shutdown lots of messages from systemd like: + + "Could not unmount /run/archiso/<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 archiso will be "free" on "shutdown tmpfs" + (A.K.A deinitramfs), build at initramfs by [archiso_shutdown] initcpio hook. + Proper shutdown is mostly important when persistent is used. |