Commit a2d47c2 1 parent 0ec2f69 commit a2d47c2 Copy full SHA for a2d47c2
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " install.sh" ,
5
5
"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" ,
7
13
"packed" : false
8
14
},
9
15
{
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ if [ "${1}" = "modules" ]; then
8
8
9
9
cp -vf blkid /usr/sbin/blkid
10
10
cp -vf sed /usr/sbin/sed
11
+ cp -vf ethtool /usr/sbin/ethtool
11
12
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
13
14
14
15
elif [ " ${1} " = " patches" ]; then
15
16
You can’t perform that action at this time.
0 commit comments