Mount policies for SWI runtimes.

This commit is contained in:
Jeffrey Townsend
2016-04-13 18:56:09 -07:00
parent ba8dfdbf1d
commit ded0768f6b
2 changed files with 38 additions and 0 deletions

View File

@@ -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

View File

@@ -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