Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: tweetyhack on January 14, 2012, 01:12:48 PM

Title: Creating extension tool?
Post 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.
Title: Re: Creating extension tool?
Post by: Rich on January 14, 2012, 01:38:53 PM
Hi tweetyhack
Check the script for a variable with a name similar to   destdir
Title: Re: Creating extension tool?
Post by: hiro on January 14, 2012, 02:06:46 PM
http://wiki.tinycorelinux.net/wiki:creating_extensions (http://wiki.tinycorelinux.net/wiki:creating_extensions)
Title: Re: Creating extension tool?
Post by: yoshi314 on January 19, 2012, 06:35:34 AM
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)