summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-core/base-files
diff options
context:
space:
mode:
authorLeonel Gonzalez <lgonzalez@us.ibm.com>2017-08-29 10:15:14 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-29 21:16:06 +0000
commit3a4cd67a9d6d81a9e705e472d570fec2197293d7 (patch)
treeecca5f3634cfc4ffa89539339e99c895ae09c145 /meta-phosphor/common/recipes-core/base-files
parent81bad7b71c42a3c54b5964b91f3461a7b71fd970 (diff)
downloadtalos-openbmc-3a4cd67a9d6d81a9e705e472d570fec2197293d7.tar.gz
talos-openbmc-3a4cd67a9d6d81a9e705e472d570fec2197293d7.zip
filesystem: mount rw /media with fstab
/media will be a tmpfs. This is done so that /media is writeable in a read-only filesystem to be able to mount the ubi volumes for the systems that implement the software interfaces. Resolves openbmc/openbmc#2072 Change-Id: Id6163fe43843f9d17ef49760dee1caee7cc17ceb Signed-off-by: Leonel Gonzalez <lgonzalez@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-core/base-files')
-rw-r--r--meta-phosphor/common/recipes-core/base-files/base-files/fstab1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/base-files/base-files/fstab b/meta-phosphor/common/recipes-core/base-files/base-files/fstab
index eab105b40..45784b4ec 100644
--- a/meta-phosphor/common/recipes-core/base-files/base-files/fstab
+++ b/meta-phosphor/common/recipes-core/base-files/base-files/fstab
@@ -7,3 +7,4 @@ tmpfs /run tmpfs mode=0755,nodev,nosuid,stri
ubi0:rwfs /var ubifs defaults 0 0
overlay /etc overlay defaults,x-systemd.requires=prepare-overlay.service,lowerdir=/etc,upperdir=/var/persist/etc,workdir=/var/persist/etc-work 0 0
tmpfs /var/volatile tmpfs defaults 0 0
+tmpfs /media tmpfs defaults 0 0
OpenPOWER on IntegriCloud