From f40747767285c875c0b89d86f433c22f2830577b Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:36:27 +0100 Subject: [PATCH] add missing comment --- lib/set_MODULES.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/set_MODULES.sh b/lib/set_MODULES.sh index 7ccc8d4..6b85882 100755 --- a/lib/set_MODULES.sh +++ b/lib/set_MODULES.sh @@ -43,6 +43,8 @@ function set_MODULES () { # Get the config paths source "$SCRIPTDIR/lib/paths.sh" + # Insert modules in the correct locations as early as possible without + # conflicting with vendor-reset module if it is enabled insert_MODULES 4 "$SCRIPTDIR/$MODULES" insert_MODULES 11 "$SCRIPTDIR/$INITRAMFS/modules"