mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Imported 2.681
No reason for CPC update specified.
This commit is contained in:
parent
d9201b4a89
commit
6eb5365acd
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -1,3 +1,20 @@
|
|||||||
|
livecd-rootfs (2.681) groovy; urgency=medium
|
||||||
|
|
||||||
|
[ Patrick Wu ]
|
||||||
|
* Use the Azure kernel for the HyperV gallery images.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 10 Aug 2020 14:54:25 -0700
|
||||||
|
|
||||||
|
livecd-rootfs (2.680) groovy; urgency=medium
|
||||||
|
|
||||||
|
[ Cody Shepherd ]
|
||||||
|
* Add dist-upgrade to bootable-buildd hook to ensure the built image
|
||||||
|
doesn't contain vulnerable kernels or other packages.
|
||||||
|
* Don't explicitly install grub-efi-amd64-signed, it's a dependency of
|
||||||
|
shim-signed.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 04 Aug 2020 12:30:34 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.679) groovy; urgency=medium
|
livecd-rootfs (2.679) groovy; urgency=medium
|
||||||
|
|
||||||
* Handle seeded lxd snap with channel name for ubuntu-cpc:minimized
|
* Handle seeded lxd snap with channel name for ubuntu-cpc:minimized
|
||||||
|
@ -84,8 +84,7 @@ install_grub() {
|
|||||||
efi_target=arm-efi
|
efi_target=arm-efi
|
||||||
;;
|
;;
|
||||||
amd64)
|
amd64)
|
||||||
chroot mountpoint apt-get install -qqy grub-pc
|
chroot mountpoint apt-get install -qqy grub-pc shim-signed
|
||||||
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed shim-signed
|
|
||||||
efi_target=x86_64-efi
|
efi_target=x86_64-efi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -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
|
||||||
|
@ -40,7 +40,7 @@ trap cleanup_hyperv EXIT
|
|||||||
# Perform customisations
|
# Perform customisations
|
||||||
|
|
||||||
chroot "${scratch_d}" apt-get update -y
|
chroot "${scratch_d}" apt-get update -y
|
||||||
chroot "${scratch_d}" apt-get -y install xrdp linux-tools-virtual linux-cloud-tools-virtual
|
chroot "${scratch_d}" apt-get -y install xrdp linux-azure linux-tools-azure linux-cloud-tools-azure
|
||||||
|
|
||||||
cat > ${scratch_d}/etc/modules-load.d/hyperv.conf << EOF
|
cat > ${scratch_d}/etc/modules-load.d/hyperv.conf << EOF
|
||||||
${IMAGE_STR}
|
${IMAGE_STR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user