diff options
author | Tails developers <amnesia@boum.org> | 2015-02-15 17:33:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-05-17 20:32:03 +0200 |
commit | cf125f86f9985e09b00c28bd9fc8903810f98f79 (patch) | |
tree | f20d4395c75fc458174e2d3ea752a34f087c9ef3 /components | |
parent | d99dfbf1fc7b6a4fcdc128396c40e24d638cfcaf (diff) | |
download | live-boot-cf125f86f9985e09b00c28bd9fc8903810f98f79.tar.gz live-boot-cf125f86f9985e09b00c28bd9fc8903810f98f79.zip |
Refactoring duplicate identical call to mount.
Diffstat (limited to 'components')
-rwxr-xr-x | components/9990-misc-helpers.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 0c8b74e..9318a4b 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -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 |