aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/modloop.confd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-02-21 20:20:48 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-02-21 20:33:11 +0000
commit27c594dd0b322ab22ee7ce0f1b31db42c64eea9a (patch)
tree57e85d1e5dec056ebdbd7513c99a0a3335947878 /main/openrc/modloop.confd
parentafce3efe6e0ca0047bf584a5d89c5e6fdee8db48 (diff)
downloadaports-27c594dd0b322ab22ee7ce0f1b31db42c64eea9a.tar.bz2
aports-27c594dd0b322ab22ee7ce0f1b31db42c64eea9a.tar.xz
main/openrc: fix netboot and rename unionfs
- do not re-download the modloop on netboot when restarting service - rename unionfs to overlayfs (including the conf.d variable) - allow size setting to 0 to mount with default size
Diffstat (limited to 'main/openrc/modloop.confd')
-rw-r--r--main/openrc/modloop.confd9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/openrc/modloop.confd b/main/openrc/modloop.confd
index de4cbb62b8..69664291f4 100644
--- a/main/openrc/modloop.confd
+++ b/main/openrc/modloop.confd
@@ -1,3 +1,6 @@
-# enable loadable module support when running from RAM
-# when unionfs support is available in the kernel
-unionfs_size="32M"
+# Enable loadable module support when running from RAM
+# when OverlayFS support is available in the kernel.
+# 0 means default tmpfs size (50% of physical RAM).
+# for more information please see kernel documention at:
+# https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt
+overlay_size=0