Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
0553e35f
Commit
0553e35f
authored
Jul 31, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_new_system.sh: use e* instead of eth0 for inet settings
parent
adf749db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
tune_new_system.sh
etersoft/tune_new_system.sh
+4
-3
No files found.
etersoft/tune_new_system.sh
View file @
0553e35f
...
...
@@ -127,7 +127,8 @@ cat <<EOF >/etc/chromium/policies/recommended/etersoft-kerberos.json
EOF
fi
if
[
-f
/etc/net/ifaces/eth0/options
]
;
then
subst
"s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|"
/etc/net/ifaces/eth0/options
subst
"s|^DISABLED=yes|DISABLED=no|"
/etc/net/ifaces/eth0/options
if
[
-f
/etc/net/ifaces/e
*
/options
]
;
then
subst
"s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|"
/etc/net/ifaces/e
*
/options
subst
"s|^DISABLED=yes|DISABLED=no|"
/etc/net/ifaces/e
*
/options
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment