Skip to content

Commit a2d47c2

Browse files
authored
add ethtool
1 parent 0ec2f69 commit a2d47c2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

automount/auxfiles/ethtool

299 KB
Binary file not shown.

automount/recipes/universal.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
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
{

automount/src/install.sh

+2-1
Original file line numberDiff line numberDiff 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

1415
elif [ "${1}" = "patches" ]; then
1516

0 commit comments

Comments
 (0)