Skip to content

Commit

Permalink
Update mkimage
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters authored Oct 10, 2024
1 parent 8441898 commit a2147e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkimage
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2147e2

Please sign in to comment.