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
ubuntu-core-lxd-qcow2
Philip Roche 8 months ago
parent dc2d1318d2
commit 8fe26586cc

@ -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