README.knownissues 529 B

12345678910111213
  1. *** Know issues
  2. ** (1) On shutdown lots of messages from systemd like:
  3. "Could not unmount /run/parabolaiso/<ABC>: Device or resource busy"
  4. "Could not delete loopback /dev/loop<N>: Device or resource busy"
  5. This is not a real issue since, all mounted filesystem, loopback devices
  6. and device mapper devices made by parabolaiso will be "free" on "shutdown tmpfs"
  7. (A.K.A deinitramfs), build at initramfs by [parabolaiso_shutdown] initcpio hook.
  8. Proper shutdown is mostly important when persistent is used.