mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
fix(Hyperv Desktop): remove redundant case statement match ubuntu
`ubuntu` will never match `${PROJECT:-}:${SUBPROJECT:-}` cases statement and can be safely removed.
This commit is contained in:
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…
x
Reference in New Issue
Block a user