1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2024-12-22 14:30:31 +00:00
Old style template scripts for LXC (prefer distrobuilder)
Go to file
Markos Chandras 39ba2322d8 templates: lxc-opensuse.in: Ensure cache is fully populated
We build our LXC rootfs based on a minimal openSUSE cache. However,
since we are only using this cache to bootstrap the rootfs, we need to
make sure that all packages are present there otherwise we see failures
like the following one

expanding package dependencies...
expansion error
  nothing provides net-tools
  nothing provides iproute2
Failed to download 'opensuse base'

Most of the needed packages are being pulled in indirectly as
dependencies of other packages but we should be more explicit since
dependencies could change in the future. Finally, we pass
'--no-recommends' in order to have better control of what packages are
being pulled into the cache.

Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 16:10:05 +01:00
config initial commit 2018-02-21 18:15:08 +01:00
templates templates: lxc-opensuse.in: Ensure cache is fully populated 2018-06-26 16:10:05 +01:00
AUTHORS initial commit 2018-02-21 18:15:08 +01:00
autogen.sh initial commit 2018-02-21 18:15:08 +01:00
configure.ac Release lxc-templates 3.0.1 2018-06-01 14:01:08 -04:00
CONTRIBUTING initial commit 2018-02-21 18:15:08 +01:00
COPYING initial commit 2018-02-21 18:15:08 +01:00
INSTALL initial commit 2018-02-21 18:15:08 +01:00
MAINTAINERS initial commit 2018-02-21 18:15:08 +01:00
Makefile.am initial commit 2018-02-21 18:15:08 +01:00
NEWS initial commit 2018-02-21 18:15:08 +01:00
README initial commit 2018-02-21 18:15:08 +01:00