d8ff69957e
vconfig is actually deprecated in favor of the ip command, and is not available on some newer distros (RHEL 7 at least). I'm not honestly sure why it needs to be installed in all images anyway. I traced the origins of installing the vlan package here all the way back to the first dib git import from some other repo...so, I don't see any obvious reason why it needs to be installed. Change-Id: I272667cf29f5e41c217a26f70937b2842a04f748 |
||
---|---|---|
.. | ||
cleanup.d | ||
environment.d | ||
extra-data.d | ||
install.d | ||
pre-install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
README.rst |
==== base ==== This is the base element. Almost all users will want to include this in their disk image build, as it includes a lot of useful functionality. Notes: * If you are getting warnings during the build about your locale being missing, consider installing/generating the relevant locale. This may be as simple as having language-pack-XX installed in the pre-install stage * This element ensures /tmp/ccache will be available in the chroot during the root, extra-data, pre-install, install and post-install stages. /tmp/ccache is unavailable during block-device, finalise and cleanup stages as it will have been automatically unmounted by then.