From d7b0db13a584f24730024bf6f7ca0c9e03b259b9 Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Thu, 24 Oct 2019 20:32:04 -0700 Subject: Add command line arguments for disk_image Add some simple command line arguments and some dependency checking that makes running the script outside of a container much easier. Signed-off-by: Brian Woods Signed-off-by: Stefano Stabellini Reviewed-by: Stefano Stabellini --- scripts/imagebuilder_sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/imagebuilder_sd') diff --git a/scripts/imagebuilder_sd b/scripts/imagebuilder_sd index 460746e..13a28e4 100644 --- a/scripts/imagebuilder_sd +++ b/scripts/imagebuilder_sd @@ -6,4 +6,4 @@ cp config /tmp/output cp -r /home/builder/output/* /tmp/output cd /tmp/output bash /uboot-script-gen -c ./config -d ./ -t sd -bash /disk_image +bash /disk_image -c ./config -d ./ -o /tmp/disk.img -- cgit v1.2.3