From a2147e2eb69b189c175239379d5164f80e46e3f2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 10 Oct 2024 16:36:14 -0400 Subject: [PATCH] Update mkimage Signed-off-by: Colin Walters --- mkimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkimage b/mkimage index 91d6f6b1..ebc083ba 100755 --- a/mkimage +++ b/mkimage @@ -289,7 +289,7 @@ if use_qemu_static ; then fi # Clean up device nodes that make no sense in the image -rm "$rootfsDir/dev/*" -rf +rm "$rootfsDir"/dev/* -rf tar cf "$TARGET" -C "$rootfsDir" . rm -r "$rootfsDir" rm -r "$DEBOOTSTRAP_DIR"