aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-18 17:50:14 +0300
committerCem Keylan <cem@ckyln.com>2019-12-18 17:50:14 +0300
commitf1e2b181cceea1fcfe9c002303ecdd1a2461aca5 (patch)
tree1b92ec3697c68eef2e9b85cfffb722c3d897b0c7 /core
parent67b74b74eb44cef8f191dad0c113ec0c8f5264c4 (diff)
downloadrepository-f1e2b181cceea1fcfe9c002303ecdd1a2461aca5.tar.gz
baselayout: add tmpfs to fstab by default
Diffstat (limited to 'core')
-rw-r--r--core/baselayout/checksums2
-rw-r--r--core/baselayout/files/fstab4
-rw-r--r--core/baselayout/version2
3 files changed, 6 insertions, 2 deletions
diff --git a/core/baselayout/checksums b/core/baselayout/checksums
index 622cc7d8..9a7938d6 100644
--- a/core/baselayout/checksums
+++ b/core/baselayout/checksums
@@ -1,5 +1,5 @@
3698c87cc3af757f0302f6d7f034350b1b22a7f25b2f71944292d0fb3de67cd7 crypttab
-e54626e74ed8fee4173b62a545ab1c3a3a069e4217a0ee8fc398d9933e9c1696 fstab
+f85cb0b07f49ff20c4838c267ffb093a136fb5bfdf01badcb03eced852ffea89 fstab
38c9f4047ba597248ef199a77afbd36f873cfa4aeb70de90bac7f237faf2ecba group
a0fa9cd303cf7f1718f51e5624a671a418946718b790508b8988bccd542c6451 host.conf
eda9afe39a3562406f14cb8a5a142922b63e68467d3ba4821c02eaa142d9c4da hosts
diff --git a/core/baselayout/files/fstab b/core/baselayout/files/fstab
index 903906d2..9b7e5857 100644
--- a/core/baselayout/files/fstab
+++ b/core/baselayout/files/fstab
@@ -2,3 +2,7 @@
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
+
+
+
+tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0
diff --git a/core/baselayout/version b/core/baselayout/version
index 9c67935b..0d6a524b 100644
--- a/core/baselayout/version
+++ b/core/baselayout/version
@@ -1 +1 @@
-1 4
+1 5