mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
functions: debian: use '*nocloud*' image instead of '*generic*'
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ic206a8232d362327e89b438e7af6b68d9f09d973
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user