Now that many of my system issues have been resolved I've been making extensions left and right, thanks guys
like a wireless extension (with latest usb adapter driver) so can connect at every boot without issue, libdvdcss so can now watch dvd's YAY am almost ready to make an extension of all backed up settings.
The wiki is great for those who know how already, some examples of each of how to apply each process would really help, like
Am curious how to apply these flags? at the terminal with compiletc loaded perhaps?
export CFLAGS="-march=i486 -mtune=i686 -Os -pipe"
export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe"
export LDFLAGS="-Wl,-O1"
And why "touch" exactly? what is it's purpose? is it a time stamp utility?
I can't help but wonder why the process is left for users to complete the process, A utility to automate the entire process surely would make the OS more appealing to the masses. Open the app, point to the downloaded tar file and lastly a on click install install, right? does it really need to be more complex than this?