fix(Hyperv Desktop): remove redundant case statement match `ubuntu`

`ubuntu` will never match `${PROJECT:-}:${SUBPROJECT:-}` cases statement and can be safely removed.
ubuntu-core-lxd-qcow2
Philip Roche 8 months ago
parent 8fe26586cc
commit 0945c40fb2

@ -34,7 +34,7 @@ case ${PROJECT:-}:${SUBPROJECT:-} in
echo "We don't create EFI images for Ubuntu Desktop."
exit 0
;;
ubuntu|ubuntu:desktop-preinstalled)
ubuntu:desktop-preinstalled)
IMAGE_STR="# DESKTOP_IMG: This file was created/modified by the Desktop Image build process"
FS_LABEL="desktop-rootfs"
IMAGE_SIZE=12884901888 # 12G

Loading…
Cancel
Save