@curaga: Thank you for your input. UnionFS... isn't that from "way back"?
(curiosity got me... did a quick wiki... 1980's via Sun Micro. though I don't think the name "union" was until a decade later.)
I'll come up with something! Thanks again!
EDIT: Curious... I scanned through the scripts for the Java installer (4.x) and noticed it was well outdated. I repeated for 5.x... same source and likely invalid considering Sun has JRE 8u25 listed as recent and I doubt 7x is available anymore since the script tells you to download it manually. Since it seems nobody keeps up with these "installer scripts" I've had to implement replacements and in doing so, they're actually nabbing current version info from the internet as opposed to a static version. In my eyes, they're "anybody can do it" projects... well, anyone with a little scripting experience at least, but since nobody SEEMS to be doing so, do you guys want me to ship them in once "perfected?" (This one's intended for Firefox, Flash, Java and a few others so I figured I'd build a system that uses only the "most recent stable" and if added to cron, startup, etc. they could "check" for revisions when ever desired.)
When complete, it's going to be saved as a TCZ anyhow, thus I figured I'd ask since I can imagine there's quite a few peeps out there wishing for "newer" as is the case here. IF SO, send me a link to the docs regarding taking over old projects if you would. Thanks!