File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 {
44 "name" : " install.sh" ,
55 "url" : " https://raw.githubusercontent.com/PeterSuh-Q3/tcrp-addons/main/automount/src/install.sh" ,
6- "sha256" : " 3714af1a324ab1833951a0d8e8ff2ae844f1b8209fb8bdd42235c6220cd0f365" ,
6+ "sha256" : " 7d2c82872e5244454dd8a923092ce19309e58d71cf29d5c8c93f5f64a0eddb73" ,
7+ "packed" : false
8+ },
9+ {
10+ "name" : " ethtool" ,
11+ "url" : " https://raw.githubusercontent.com/PeterSuh-Q3/tcrp-addons/main/automount/auxfiles/ethtool" ,
12+ "sha256" : " cff9414cc87ab311a8dd4fe08bb0dffc5416c5777a73d6e4391f8ba9764614e3" ,
713 "packed" : false
814 },
915 {
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ if [ "${1}" = "modules" ]; then
88
99 cp -vf blkid /usr/sbin/blkid
1010 cp -vf sed /usr/sbin/sed
11+ cp -vf ethtool /usr/sbin/ethtool
1112 cp -vf libblkid.so.1 /lib64/libblkid.so.1
12- chmod 755 /usr/sbin/blkid /usr/sbin/sed /lib64/libblkid.so.1
13+ chmod 755 /usr/sbin/ethtool /usr/sbin/ blkid /usr/sbin/sed /lib64/libblkid.so.1
1314
1415elif [ " ${1} " = " patches" ]; then
1516
You can’t perform that action at this time.
0 commit comments