This website works better with JavaScript.
Explore
Help
Sign In
msvsphere
/
addon-context-linux
Watch
12
Star
0
Fork
You've already forked addon-context-linux
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Execute ifup for each interface in RPM package
Browse Source
pull/4/head
Javi Fontan
10 years ago
parent
15343fd72b
commit
6b4811e1fb
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
base_rpm/etc/one-context.d/00-network
Unescape
Escape
View File
@ -159,6 +159,8 @@ EOT
) > /etc/sysconfig/network-scripts/ifcfg-${DEV}
ifup ${DEV}
done
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msvsphere/addon-context-linux
Title
Body
Create Issue