functions: debian: use '*nocloud*' image instead of '*generic*'

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ic206a8232d362327e89b438e7af6b68d9f09d973
This commit is contained in:
Dongjin Kim
2025-09-18 10:31:49 +09:00
parent 1747d1ccd9
commit abed32b99e

View File

@@ -531,7 +531,7 @@ do_url_of_cloudimage() {
# Debian Official Cloud Images # Debian Official Cloud Images
buster | bullseye | bookworm) buster | bullseye | bookworm)
file=$(lynx -dump -listonly https://cloud.debian.org/images/cloud/${codename}/latest \ file=$(lynx -dump -listonly https://cloud.debian.org/images/cloud/${codename}/latest \
| grep generic-${arch}.tar.xz | awk '{print $2}' | uniq) | grep nocloud-${arch}.tar.xz | awk '{print $2}' | uniq)
;; ;;
# Ubuntu Cloud Images # Ubuntu Cloud Images