From a920b9ae63f3dde1c565f94c278fe117cb344b58 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Wed, 13 Apr 2016 18:36:54 -0700 Subject: [PATCH] Loader mount policies. --- .../loader-initrd-files/src/etc/mtab.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/base/all/initrds/loader-initrd-files/src/etc/mtab.yml diff --git a/packages/base/all/initrds/loader-initrd-files/src/etc/mtab.yml b/packages/base/all/initrds/loader-initrd-files/src/etc/mtab.yml new file mode 100644 index 00000000..291e1996 --- /dev/null +++ b/packages/base/all/initrds/loader-initrd-files/src/etc/mtab.yml @@ -0,0 +1,19 @@ +mounts: + ONL-IMAGES: + mount: w + 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: r + dir: /mnt/onl/boot + fsck: false