Skip to content

Commit

Permalink
Merge pull request #308 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
eudev: remove module copy again
  • Loading branch information
AuxXxilium authored Jan 29, 2024
2 parents 550e515 + 57ec9ce commit 9cca8d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eudev/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ elif [ "${1}" = "late" ]; then
echo "eudev: copy Modules and Firmware for ${ModuleUnique}"
export LD_LIBRARY_PATH=/tmpRoot/bin:/tmpRoot/lib
/tmpRoot/bin/cp -vrf /usr/lib/firmware/* /tmpRoot/usr/lib/firmware/
if [ ! "${ModuleUnique}" = "synology_epyc7002_sa6400" ]; then
/tmpRoot/bin/cp -vrf /usr/lib/modules/* /tmpRoot/usr/lib/modules/
/usr/sbin/depmod -a -b /tmpRoot/
fi
#if [ ! "${ModuleUnique}" = "synology_epyc7002_sa6400" ]; then
# /tmpRoot/bin/cp -vrf /usr/lib/modules/* /tmpRoot/usr/lib/modules/
# /usr/sbin/depmod -a -b /tmpRoot/
#fi

echo "eudev: copy Rules"
cp -vf /usr/lib/udev/rules.d/* /tmpRoot/usr/lib/udev/rules.d/
Expand Down

0 comments on commit 9cca8d0

Please sign in to comment.