mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-27 03:33:59 +08:00
create output path
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
b57a2e06b3
commit
0eff6a2b29
@ -475,6 +475,10 @@ int main(int argc, char *argv[])
|
||||
if (ret)
|
||||
goto err_out;
|
||||
|
||||
ret = systemp(NULL, "mkdir -p %s", imagepath());
|
||||
if (ret)
|
||||
goto err_out;
|
||||
|
||||
ret = collect_mountpoints();
|
||||
if (ret)
|
||||
goto err_out;
|
||||
|
Loading…
Reference in New Issue
Block a user