diskimage-builder/elements/zypper
Markos Chandras 8dde310cf3 Move the opensuse mkinitrd script to the zypper element
All SUSE-based elements can benefit from the mkinitrd phase to move it
to a more generic location.

Change-Id: Ife171d462a393b6ac0bf2c5eaa48ea25eaf4d1cc
2016-10-05 09:11:00 +01:00
..
bin Move opensuse utils to zypper so they can be shared by SUSE-based distros 2016-09-29 22:56:17 +01:00
post-install.d Move the opensuse mkinitrd script to the zypper element 2016-10-05 09:11:00 +01:00
pre-install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
root.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
element-deps Move opensuse utils to zypper so they can be shared by SUSE-based distros 2016-09-29 22:56:17 +01:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

======
zypper
======
This element provides some customizations for zypper based distributions like
SLES and openSUSE. It works in a very similar way as the yum element does for
yum based distributions.

Zypper is reconfigured so that it keeps downloaded packages cached outside of
the build chroot so that they can be reused by subsequent image builds. The
cache increases image building speed when building multiple images, especially
on slow connections.  This is more effective than using an HTTP proxy for
caching packages since the download servers will often redirect clients to
different mirrors.