summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2019-06-14 11:09:02 +0200
committerKim Hagen <kim.sidney@gmail.com>2019-06-14 11:09:02 +0200
commit2c8b2d4d1d6dce6e08237cda19ac414720c9bb3c (patch)
tree8463a66b6fbeb032f213ebb19363a2fb7a09d026
parente21fd1e389238590fd0f7a8c0d581ea3a49b0b3b (diff)
downloadlive-boot-2c8b2d4d1d6dce6e08237cda19ac414720c9bb3c.tar.gz
live-boot-2c8b2d4d1d6dce6e08237cda19ac414720c9bb3c.zip
remove obsolete if statement
-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