Skip to content

Commit

Permalink
Update 400_copy_modules.sh
Browse files Browse the repository at this point in the history
Ensure the nvram kernel module is included because
nvram could be a module in particular on POWER architecture
cf. #2580 (comment)
  • Loading branch information
jsmeix committed Mar 8, 2021
1 parent e1dbb49 commit 6a0013a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions usr/share/rear/build/GNU/Linux/400_copy_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,12 @@ for dummy in "once" ; do
# As a way out of this dilemma we add the below listed modules no longer via conf/GNU/Linux.conf
# but here after the user config files were sourced so that now the user can specify
# MODULES=( 'moduleX' 'moduleY' ) in etc/rear/local.conf to get additional kernel modules
# included in the recovery system in addition to the ones via an empty MODULES=() setting:
MODULES+=( vfat
# included in the recovery system in addition to the ones via an empty MODULES=() setting.
# nvram could be a module in particular on POWER architecture,
# cf. https://github.com/rear/rear/issues/2554#issuecomment-764720180
# and https://github.com/rear/rear/pull/2580#issuecomment-791344794
MODULES+=( nvram
vfat
nls_iso8859_1 nls_utf8 nls_cp437
af_packet
unix
Expand Down

0 comments on commit 6a0013a

Please sign in to comment.