From 7a126246d2a5bfbfdef61691d814846b70ae3082 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 13 Nov 2009 19:48:31 +0100 Subject: new feature extra dir - you can now overwrite your target root dir files with either - creating a directory extra/ and put a complet file hierarchy into it - creating a directory anywhere and using make extra=/path/to/dir both methods will copy the file hierarchy over root dir and then will create images and tar balls. useful for overwriten default configuration or adding non packaged software like java runtime environment. suggested by Joerg S. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e05128c04..c66451c54 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ make.log dl/ package/*/info.mk tools_build/ +extra/ -- cgit v1.2.3