From 32fb4686fbe37fc86ddff2acd82ce1af78c06d41 Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Fri, 11 Dec 2020 08:23:31 +0100 Subject: [PATCH] replaced vanilla by lts --- templates/modloop.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/modloop.conf.j2 b/templates/modloop.conf.j2 index f43da43..fb291ad 100644 --- a/templates/modloop.conf.j2 +++ b/templates/modloop.conf.j2 @@ -5,5 +5,5 @@ # 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) }} +{{ 'KOPT_modloop=%s/v%s/releases/$(uname -m)/netboot/modloop-lts' | format(linux_installer_home_mirror, linux_installer_version) }} -- GitLab