summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTails developers <amnesia@boum.org>2015-02-15 17:33:58 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-05-17 20:32:03 +0200
commitcf125f86f9985e09b00c28bd9fc8903810f98f79 (patch)
treef20d4395c75fc458174e2d3ea752a34f087c9ef3
parentd99dfbf1fc7b6a4fcdc128396c40e24d638cfcaf (diff)
downloadlive-boot-cf125f86f9985e09b00c28bd9fc8903810f98f79.tar.gz
live-boot-cf125f86f9985e09b00c28bd9fc8903810f98f79.zip
Refactoring duplicate identical call to mount.
-rwxr-xr-xcomponents/9990-misc-helpers.sh1
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