Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: tweetyhack on January 14, 2012, 01:12:48 PM
-
I am working on a newer virtualbox-guestaddtion extension. The install script compiles and dumps a bunch of files all over the place. Is there a tool to capture the currenten filesystem contents and then do a diff after I run the installer? That way, I can copy all those files into a folder and create the extension.
I guess I can modify the install tool to dump into a folder too...I'll have to try that.
-
Hi tweetyhack
Check the script for a variable with a name similar to destdir
-
http://wiki.tinycorelinux.net/wiki:creating_extensions (http://wiki.tinycorelinux.net/wiki:creating_extensions)
-
you could take this for a spin http://code.google.com/p/tc-ext-tools/wiki/Introduction (http://code.google.com/p/tc-ext-tools/wiki/Introduction)