diff options
Diffstat (limited to 'docs/README.knownissues')
-rw-r--r-- | docs/README.knownissues | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.knownissues b/docs/README.knownissues index 3a94764..7002c5e 100644 --- a/docs/README.knownissues +++ b/docs/README.knownissues @@ -2,11 +2,11 @@ ** (1) On shutdown lots of messages from systemd like: - "Could not unmount /run/archiso/<ABC>: Device or resource busy" + "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 archiso will be "free" on "shutdown tmpfs" - (A.K.A deinitramfs), build at initramfs by [archiso_shutdown] initcpio hook. + 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. |