Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
bdb2ac05
You need to sign in or sign up before continuing.
Commit
bdb2ac05
authored
Jun 28, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
50-setup-network: spelling fixes
It's not DHCP we're configuring but rather eth0. (no need for trailing space either)
parent
cb55a893
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
50-setup-network
features.in/live/live/image-scripts.d/50-setup-network
+3
-3
No files found.
features.in/live/live/image-scripts.d/50-setup-network
View file @
bdb2ac05
...
...
@@ -27,8 +27,8 @@ netcfg="/etc/sysconfig/network"
verbose
"Enable networking, set hostname to
$HOSTNAME
, domainname to
$DOMAINNAME
"
shell_config_set
"
$netcfg
"
NETWORKING
yes
shell_config_set
"
$netcfg
"
HOSTNAME
"
$HOSTNAME
"
shell_config_set
"
$netcfg
"
DOMAINNAME
"
$DOMAINNAME
"
shell_config_set
"
$netcfg
"
HOSTNAME
"
$HOSTNAME
"
shell_config_set
"
$netcfg
"
DOMAINNAME
"
$DOMAINNAME
"
if
[
-x
/usr/sbin/NetworkManager
]
;
then
...
...
@@ -46,7 +46,7 @@ else
echo
BOOTPROTO
=
dhcp
}
>
/etc/net/ifaces/eth0/options
else
verbose
"NOT configuring
DHCP for eth0
"
verbose
"NOT configuring
eth0 for DHCP
"
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