aports/main/openrc/modloop.confd
Carlo Landmeter 27c594dd0b 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
2018-02-21 20:33:11 +00:00

6 lines
297 B
Bash

# 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