From ded0768f6bb66296161d17ef5267bda8896c7c96 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Wed, 13 Apr 2016 18:56:09 -0700 Subject: [PATCH] Mount policies for SWI runtimes. --- .../rootfs/jessie/common/overlay/etc/mtab.yml | 19 +++++++++++++++++++ .../rootfs/wheezy/common/overlay/etc/mtab.yml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 builds/any/rootfs/jessie/common/overlay/etc/mtab.yml create mode 100644 builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml diff --git a/builds/any/rootfs/jessie/common/overlay/etc/mtab.yml b/builds/any/rootfs/jessie/common/overlay/etc/mtab.yml new file mode 100644 index 00000000..f29f2a11 --- /dev/null +++ b/builds/any/rootfs/jessie/common/overlay/etc/mtab.yml @@ -0,0 +1,19 @@ +mounts: + ONL-IMAGES: + mount: r + dir: /mnt/onl/images + fsck: true + + ONL-DATA: + mount: w + dir: /mnt/onl/data + + ONL-CONFIG: + mount: r + dir: /mnt/onl/config + fsck: true + + ONL-BOOT: + mount: false + dir: /mnt/onl/boot + fsck: false diff --git a/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml b/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml new file mode 100644 index 00000000..f29f2a11 --- /dev/null +++ b/builds/any/rootfs/wheezy/common/overlay/etc/mtab.yml @@ -0,0 +1,19 @@ +mounts: + ONL-IMAGES: + mount: r + dir: /mnt/onl/images + fsck: true + + ONL-DATA: + mount: w + dir: /mnt/onl/data + + ONL-CONFIG: + mount: r + dir: /mnt/onl/config + fsck: true + + ONL-BOOT: + mount: false + dir: /mnt/onl/boot + fsck: false