summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>2020-02-14 11:38:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-02-16 13:56:38 +0100
commit25d941bdf7f767e43be36840442a34fc44c65a40 (patch)
treefec561a72973396f54756e471e0953097414097b
parent9824719322b008bfdb72745f13c9cfd54d015971 (diff)
downloadptxdist-25d941bdf7f767e43be36840442a34fc44c65a40.tar.gz
ptxdist-25d941bdf7f767e43be36840442a34fc44c65a40.tar.xz
varoverlayfs: support kernels without metacopy
metacopy=on is supported on Linux 4.19+ only. As metacopy is unlikely to have a significant effect on the /var overlay anyways, simply remove the option. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Message-Id: <20200214103854.2448-1-matthias.schiffer@ew.tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--projectroot/usr/lib/systemd/system/var.mount1
1 files changed, 0 insertions, 1 deletions
diff --git a/projectroot/usr/lib/systemd/system/var.mount b/projectroot/usr/lib/systemd/system/var.mount
index bd6350237..3b686a260 100644
--- a/projectroot/usr/lib/systemd/system/var.mount
+++ b/projectroot/usr/lib/systemd/system/var.mount
@@ -8,4 +8,3 @@ Where=/var
# note: this is a dummy filesystem only to trigger the corresponding mount helper
What=varoverlayfs
Type=varoverlayfs
-Options=metacopy=on