This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ca53af1184
diskimage-builder
/
elements
/
simple-init
/
package-installs.yaml
4 lines
34 B
YAML
Raw
Normal View
History
Unescape
Escape
Use generic "dhcp-client" name Every platform has a different name for their DHCP client, so use a generic name "dhcp-client" in the package name and let everyone choose their sub-name. This also brings some consistency across simple-init & dhcp-all-interfaces Change-Id: I797aa7aacb13dfb7f35700463dc11d55552eb108
2016-04-01 00:12:29 +00:00
dhcp-client
:
Add element to process config-drive network info If you don't want cloud-init, you may need to get a few things from config-drive because you may be operating on a cloud with no DHCP. In that case, simply reading some values from config-drive and writing out either DHCP or static network info, in addition to grabbing ssh keys is helpful. Both Infra and bifrost want this for their images. Co-Authored-By: Gregory Haynes <greg@greghaynes.net> Change-Id: I2746ed256b9783eab058b803130d3ccac484eaeb
2015-03-23 20:48:51 +00:00
net-tools
:
Depend on ifupdown in simple-init Newer distros, such as debian jessie and ubuntu xenial, do not provide ifupdown by default, but simple-init depends on it. Add it to the pile. Change-Id: I6f4876863c67c65a82464d4e0593015cdc839c5c
2016-02-18 13:20:48 +00:00
ifupdown
:
Reference in New Issue
Copy Permalink