Skip to content
Snippets Groups Projects
modloop.conf.j2 435 B
# 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

{{ 'KOPT_modloop=%s/v%s/releases/$(uname -m)/netboot/modloop-vanilla' | format(linux_installer_home_mirror, linux_installer_version) }}