diskimage-builder/diskimage_builder/elements/debian
Dmitriy Rabotyagov cff37ce502 Stop creating default user for cloud-init
All relatively modern cloud-inits are capable of creating default user
as well as granting root privileges for them. Currently
cloud-init creates pretty much the same sudoers file.
So running steps under the new DIB_DEBIAN_CLOUD_INIT_HELPER
does not make sense for last couple of Debian releases.

Change-Id: I3cebd318f1f0313bba00ecf639328978d3ad0f32
2023-10-10 16:04:31 +00:00
..
install.d Stop creating default user for cloud-init 2023-10-10 16:04:31 +00:00
test-elements/build-succeeds Release 1.25.2 2017-02-02 11:20:00 +11:00
element-deps Clear /etc/machine-id to avoid duplicate machine-ids 2017-08-06 13:56:58 -04:00
package-installs.yaml Fix cron not installed in debian 2021-09-01 23:49:27 +02:00
README.rst Clear up debian element documentation 2017-08-09 13:15:38 +10:00

debian

This element is based on debian-minimal with cloud-init and related tools installed. This produces something more like a standard upstream cloud image.

By default this element creates the latest stable release. The exact setting can be found in the debian-minimal/environment.d directory in the variable DIB_RELEASE. If a different release of Debian should be created, the variable DIB_RELEASE can be set appropriately.