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
7b4c8abce3
diskimage-builder
/
diskimage_builder
/
elements
/
ubuntu-minimal
/
package-installs.yaml
3 lines
38 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-generic
:
Add initramfs-tools for ubuntu-minimal A small update was made to 4.4.0-96.119 that dropped the initramfs-tools dependency from the kernel [1]. This had the unfortunate affect of removing the initramfs from ubuntu-minimal and making it unbootable, since we specify the root device via LABEL=. Add the package explicitly alongside the kernel. Also, small fix to pass unit tests [1] https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1700972 Change-Id: I57a0f08cd5e082ecdf8dba0ab34fb3062c50836d
2017-09-21 00:16:15 +00:00
initramfs-tools
:
Reference in New Issue
Copy Permalink