diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2019-06-14 11:09:02 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2019-06-14 11:09:02 +0200 |
commit | 2c8b2d4d1d6dce6e08237cda19ac414720c9bb3c (patch) | |
tree | 8463a66b6fbeb032f213ebb19363a2fb7a09d026 | |
parent | e21fd1e389238590fd0f7a8c0d581ea3a49b0b3b (diff) | |
download | live-boot-2c8b2d4d1d6dce6e08237cda19ac414720c9bb3c.tar.gz live-boot-2c8b2d4d1d6dce6e08237cda19ac414720c9bb3c.zip |
remove obsolete if statement
-rwxr-xr-x | components/9990-misc-helpers.sh | 5 |
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 |