From be4ea03b9b65fa5130986412404fda41db0b7e84 Mon Sep 17 00:00:00 2001 From: Anthony Lieuallen Date: Mon, 26 Feb 2018 20:41:22 -0500 Subject: [PATCH] Modules are in Addon.py, not addon.sh. --- USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE b/USAGE index c7e418d..8c01560 100755 --- a/USAGE +++ b/USAGE @@ -429,7 +429,7 @@ Modules Support If you have compiled some critical stuff as modules rather than them being built into the kernel, you can now write which modules you need in the -pkg/hooks/addon.sh "mods" variable. The initramfs will gather the module and +pkg/hooks/Addon.py "_files" variable. The initramfs will gather the module and it's dependencies and put them in the initramfs for you. Then the initramfs will automatically load all those modules for you at boot.