Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
c0b23607
Commit
c0b23607
authored
Mar 12, 2016
by
Server Team
Browse files
ipv6 and ipv4 impossible via preseed
parent
d3abc456
Changes
2
Hide whitespace changes
Inline
Side-by-side
ToDo
View file @
c0b23607
- use encrypted root pw '$1$2nDbOTXS$yzM1ew/7KrdnPTfPVenPs0' instead of random string
- add curl/wget to standard install
- nail chef-client to 12.5.1 (if still required at all)
- add IPV6 support
- add IPV6 support
(hard/impossible via preseed)
- cleanup authorized_keys after installation
- improve scripts/configuration
- refactor to t3-guest-install
virt-install-debian
View file @
c0b23607
...
...
@@ -8,6 +8,11 @@ NET_IPV4_GATEWAY="46.4.110.201"
NET_IPV4_BROADCAST
=
"46.4.110.207"
NET_IPV4_NETMASK
=
"255.255.255.248"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740895
#NET_IPV6_ADDRESS="2a01:4f8:141:21a3::3"
#NET_IPV6_NETMASK="64"
#NET_IPV6_GATEWAY="fe80::1"
HOST_NAME
=
$SERVER_NAME
######################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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