README.knownissues 507 B

12345678910111213
  1. *** Know issues
  2. ** (1) On shutdown lots of messages like:
  3. "Could not unmount /run/hyperiso/<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 hyperiso will be "free" on "shutdown tmpfs"
  7. (A.K.A deinitramfs), build at initramfs by [hyperiso_shutdown] initcpio hook.
  8. Proper shutdown is mostly important when persistent is used.