Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
5012d96d
Commit
5012d96d
authored
May 21, 2019
by
Stephan Großberndt
Browse files
[TASK] Added variables potentially overwritten by /root/machine.conf
parent
f74a4169
Changes
1
Show whitespace changes
Inline
Side-by-side
virt-install-debian
View file @
5012d96d
...
...
@@ -6,7 +6,11 @@ if [[ ! -f "${MACHINE_CONF_FILE}" ]]; then
exit
99
fi
source
$MACHINE_CONF_FILE
SERVER_IPV4_BLOCK
=
"10.186.2"
# concatenated with last three digits of server name(!)e
NET_IPV4_GATEWAY
=
"10.186.0.1"
NET_IPV4_BROADCAST
=
"10.186.255.255"
NET_IPV4_NETMASK
=
"255.255.0.0"
# Overwrite variables from ${MACHINE_CONF_FILE}
source
${
MACHINE_CONF_FILE
}
...
...
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