mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
- 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
6 lines
297 B
Bash
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
|