From 760fa4d1560389d512fabe418bb1d75a4f7ac7ac Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Wed, 22 Jun 2016 20:55:50 +0000 Subject: [PATCH] The ONL-CONFIG partition should be mounted RO. --- builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml b/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml index 51ca0f49..598e4c69 100644 --- a/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml +++ b/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml @@ -9,7 +9,7 @@ mounts: dir: /mnt/onl/data ONL-CONFIG: - mount: false + mount: ro dir: /mnt/onl/config fsck: true