This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a692673b90
diskimage-builder
/
diskimage_builder
/
elements
/
debian-minimal
/
package-installs.yaml
6 lines
75 B
YAML
Raw
Normal View
History
Unescape
Escape
Perform package install outside of debootstrap Debootstrap only supports one apt repository to install packages from. As a result, we do not consider the updates repo during debootstrap causing us install a second kernel when we do an apt-get dist-upgrade during build. Lets use debootstrap to get us a minimal chroot, then add our repos and install the correct packages from the start. We also have to reorder the dpkg root.d scripts which configure apt so they run before we perform our package installs. Change-Id: I6a592db6f0a01d3b19d8e0786e63f1315a1ef647 Closes-Bug: #1637516
2016-11-01 17:38:20 +00:00
linux-image-amd64
:
arch
:
amd64
Add debian minimal requirement for arm64 Debian system building fails, fixed by adding arm64 package. DIB_RELEASE=jessie disk-image-create debian ironic-agent \ grub2 devuser -a arm64 -o deploy-jessie dib-run-parts Running /tmp/dib_build.v5FEtaKx/hooks/cleanup.d/99-extract-kernel-and-ramdisk ls: cannot access /tmp/dib_build.v5FEtaKx/mnt/boot/vmlinu*: No such file or directory Change-Id: I610d767785df49fed954f12854be5ae78ff9baa6 Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
2017-10-13 05:24:30 +00:00
linux-image-arm64
:
arch
:
arm64
Add netbase to ensure /etc/protocols is placed for debian Many programs rely upon /etc/protocols to be present however the default debian image that is generated lacks /etc/protocols. This is observable when building an image for use with ironic via the ironic-agent element, since the IPA agent fails to start as python needs /etc/protocols to open a socket connection. Added to debian-minimal as it is inherited into the debian element. Change-Id: Icc81635870961943707cf6b3f61a9ddbd51cb8fd Closes-Bug: #1708531
2017-08-03 21:18:14 +00:00
netbase
:
Reference in New Issue
Copy Permalink