Skip to content

Commit

Permalink
Update Linux-ppc64.conf
Browse files Browse the repository at this point in the history
Ensure the nvram kernel module is included on POWER architecture
because nvram could be a module on POWER architecture,
cf. #2554 (comment)
  • Loading branch information
jsmeix committed Mar 4, 2021
1 parent 5281af3 commit e1dbb49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usr/share/rear/conf/Linux-ppc64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ COPY_AS_IS+=(
/usr/lib/yaboot/addnote
)

# nvram could be a module on POWER architecture,
# cf. https://github.com/rear/rear/issues/2554#issuecomment-764720180
IsInArray "all_modules" "${MODULES[@]}" || MODULES+=( nvram )

# If not specified have no firmware files in the recovery system on Linux-ppc64 architecture
# because only ppc64le Linux can run in BareMetal Mode (PowerNV) where firmware files are needed
# cf. https://github.com/rear/rear/issues/1142#issuecomment-276050900
Expand Down

0 comments on commit e1dbb49

Please sign in to comment.