Skip to content

Commit

Permalink
Modules are in Addon.py, not addon.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
arantius authored and fearedbliss committed Feb 27, 2018
1 parent 2be57db commit be4ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit be4ea03

Please sign in to comment.