Hi Steve, This is perfect! That's exactly what I want to do. But, I'm having trouble running what you mentioned.
In script1.sh I have: su lfs -c ~/script2.sh su root -c ~/script3.sh In script2.sh I have: mkdir script2 exit In script3.sh I have: mkdir script3 exit Is this what you mean for me to do? Thank you ALL for your help & suggestions. Bobby --- Steve Crosby <[EMAIL PROTECTED]> wrote: > On 28 May 2005, you wrote in lfs.support: > > > Hello All, > > > > In section 4.3 (Add the LFS user) of the book, I > don't > > want to add a user LFS. I'm automating my > installation > > using a simple bash script and when it does this: > > > > su - lfs > > > > My automation stops. :( I like to be able to > continue > > my installation in root. I am not interested in > using > > ALFS either. This is a school project. > > > > Split your install into three scripts. > > As root, run script one > > script one runs su lfs -c <script two> > script one then runs script three, by replacing > the chroot from > /tools/bin/bash to <script three> > > the commands aren't exact, since I'm not near my > build system at the > moment, but the general principle is the same. > > - -- > Steve Crosby > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
