mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-22 00:01:38 +00:00
Perform a dist-upgrade prior to installing packages for bootable-buildd
image in order to pull in package updates
This commit is contained in:
parent
e611dfc1c4
commit
315a453ba6
@ -39,6 +39,9 @@ trap cleanup_linux_virtual EXIT
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||||
update --assume-yes
|
update --assume-yes
|
||||||
|
# Perform a dist-upgrade to pull in package updates
|
||||||
|
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||||
|
dist-upgrade --assume-yes
|
||||||
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||||
install -y lsb-release locales initramfs-tools busybox-initramfs \
|
install -y lsb-release locales initramfs-tools busybox-initramfs \
|
||||||
udev dbus netplan.io cloud-init openssh-server sudo snapd
|
udev dbus netplan.io cloud-init openssh-server sudo snapd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user