fix(Hyperv Desktop): as we are using oem-config we do not need ubiquity-slideshow-ubuntu

As we are only using oem-config, oem-config-slideshow-ubuntu will suffice

(cherry picked from commit 8fe26586cc)
ubuntu/noble
Philip Roche 8 months ago
parent 34edbb9a1c
commit 8cc079fe50

@ -46,7 +46,7 @@ touch "${scratch_d}/etc/cloud/cloud-init.disabled"
chroot "${scratch_d}" apt-get update -y
chroot "${scratch_d}" apt-get -y install xrdp linux-azure linux-tools-azure linux-cloud-tools-azure polkitd-pkla oem-config-gtk ubiquity-slideshow-ubuntu language-pack-en-base oem-config-slideshow-ubuntu
chroot "${scratch_d}" apt-get -y install xrdp linux-azure linux-tools-azure linux-cloud-tools-azure polkitd-pkla oem-config-gtk language-pack-en-base oem-config-slideshow-ubuntu
cat > ${scratch_d}/etc/modules-load.d/hyperv.conf << EOF
${IMAGE_STR}

Loading…
Cancel
Save