summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcomponents/9990-misc-helpers.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh
index cfb1759..87d33da 100755
--- a/components/9990-misc-helpers.sh
+++ b/components/9990-misc-helpers.sh
@@ -739,11 +739,6 @@ mount_persistence_media ()
old_backing="$(where_is_mounted ${device})"
if [ -z "${old_backing}" ]
then
- fstype="$(get_fstype ${device})"
- if [ "${fstype}" = "unknown" ]
- return 1
- fi
-
mount_opts="rw,noatime"
if [ -n "${PERSISTENCE_READONLY}" ]
then