From 3b654626316613a74d0c40cdec6379a2cb399857 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Mon, 13 Nov 2023 12:17:43 +0100 Subject: [PATCH] support/testing: add missing systemd-overlay-fstab Commit 083e65a67c84f83a3403c92c51d89f8c94907c55 introduced tests for the various read-only root options under systemd, but while applying the fs-overlay that is used in one of the tests wasn't included. Include it now. Fixes: 083e65a67c84f83a3403c92c51d89f8c94907c55 Signed-off-by: Arnout Vandecappelle --- support/testing/tests/init/systemd-overlay-fstab/etc/fstab | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 support/testing/tests/init/systemd-overlay-fstab/etc/fstab diff --git a/support/testing/tests/init/systemd-overlay-fstab/etc/fstab b/support/testing/tests/init/systemd-overlay-fstab/etc/fstab new file mode 100644 index 0000000000..d5c84406db --- /dev/null +++ b/support/testing/tests/init/systemd-overlay-fstab/etc/fstab @@ -0,0 +1,2 @@ +/dev/root / auto ro 0 1 +other-var-backing-store /run/buildroot/mounts/var tmpfs defaults