diskimage-builder/elements/ubuntu-core
Andreas Florath 23ac49bf83 Move Ubuntu specific use_tempaddr setting to ubuntu-common element
By default (during boot) the use_tempaddr is set to <=0 for all
up-to date kernels.  Only Ubuntu installes a sysctl setting which
sets the use_tempaddr to 2 (/etc/sysctl.d/10-ipv6-privacy.conf) [1].
The 80-disable-rfc3041 overwrites this setting and sets
use_tempaddr back to 0.

Because this only affects Ubuntu it makes sense to move the script
to the ubuntu-common element. The other motivation for the move is,
to clear the base element that it can be removed.

[1] https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1068756

Change-Id: Ibf261818ca8243874fde9eb3650bb65188fa228d
Signed-off-by: Andreas Florath <andreas@florath.net>
2017-02-07 20:41:13 +00:00
..
environment.d Add element for ubuntu-core 2014-12-11 18:04:58 -08:00
root.d Merge "Make ubuntu-core support releases" 2016-07-06 23:49:31 +00:00
element-deps Move Ubuntu specific use_tempaddr setting to ubuntu-common element 2017-02-07 20:41:13 +00:00
element-provides Add element for ubuntu-core 2014-12-11 18:04:58 -08:00
package-installs.yaml Add element for ubuntu-core 2014-12-11 18:04:58 -08:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

===========
ubuntu-core
===========
Use Ubuntu Core cloud images as the baseline for built disk images.

Overrides:

 * To use a non-default URL for downloading base Ubuntu cloud images,
   use the environment variable DIB\_CLOUD\_IMAGES
 * To download a non-default release of Ubuntu cloud images, use the
   environment variable DIB\_RELEASE
 * To use different mirrors rather than the default of archive.ubuntu.com and
   security.ubuntu.com, use the environment variable DIB\_DISTRIBUTION\_MIRROR