From abed32b99e4b4ebff9870d8224387fcf237d1d7d Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Thu, 18 Sep 2025 10:31:49 +0900 Subject: [PATCH] functions: debian: use '*nocloud*' image instead of '*generic*' Signed-off-by: Dongjin Kim Change-Id: Ic206a8232d362327e89b438e7af6b68d9f09d973 --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 53b91a5..96aca3c 100644 --- a/functions +++ b/functions @@ -531,7 +531,7 @@ do_url_of_cloudimage() { # Debian Official Cloud Images buster | bullseye | bookworm) 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