Clean-up dead code for server live builds.

This commit is contained in:
Jean-Baptiste Lallement 2018-11-15 11:32:40 +01:00
parent d4f7a0b23d
commit 6a7368bf95

View File

@ -719,9 +719,6 @@ if [ "${IMAGEFORMAT:-}" != live-layered ]; then
;;
ubuntu-server:live)
BASE_SEED='server'
# subiquity is seeded but in a separate squashfs via hooks; set HOOK_SNAPS and ALL_SNAPS.
HOOK_SNAPS='subiquity'
ALL_SNAPS=''
;;
esac