From 49a258eafc5f84ec0f1a7e7b7b9453e2befe80f9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 27 May 2025 11:26:00 +0100 Subject: inject.sh: remove unnecessary check we don't handle single images anymore, so we don't need to check for it at all. Signed-off-by: Leah Rowe --- include/inject.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/inject.sh') diff --git a/include/inject.sh b/include/inject.sh index a58acc81..7f98f3dc 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -60,8 +60,6 @@ check_release() case "$archivename" in *_src.tar.xz) err "'$archive' is a src archive, silly!" ;; - grub_*|seagrub_*|custom_*|seauboot_*|seabios_withgrub_*) - err "'$archive' is a ROM image (it must be a tarball)" ;; *.tar.xz) _stripped_prefix="${archivename#*_}" board="${_stripped_prefix%.tar.xz}" ;; *) -- cgit v1.2.1