buidling bash to a chrooted system?
I need to build bash to a chrooted system
background= I accidently uninstalled bash in ubuntu hardy, so I could do nothing. I thought it is just to start ubuntulive-cd download bash_3.2_tar.gz and build bash from source. mount the installed ubuntu and trying to build to that system.
My question is how can you build bash dynamically to a chrooted system that does not have bash installed, and also build it with prefix that will work?
|