mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-18 06:11:34 +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
c60421ae57
commit
5136ee4104
@ -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