Refactoring duplicate identical call to mount.
[live-boot-grml.git] / components / 9990-misc-helpers.sh
index 0c8b74e..9318a4b 100755 (executable)
@@ -1320,7 +1320,6 @@ do_union ()
                        mkdir "${unionrw}/rw"
                        mkdir "${unionrw}/work"
                        unionmountopts="-o noatime,lowerdir=${unionro},upperdir=${unionrw}/rw,workdir=${unionrw}/work"
-                       mount -t ${UNIONTYPE} ${unionmountopts} ${UNIONTYPE} "${unionmountpoint}"
                        ;;
        esac