> On 29/07/2016, at 12:59 AM, trondd <[email protected]> wrote: > I do most everything in rc.firsttime. I think you're going to be better > off just moving your stuff to rc.firsttime rather than trying to > manipulate the rd environment. Is that really going to be easier than > copy/pasting lines out of a script? > > I have an rc.firsttime.tail file in the site tarball, and in install.site, > I 'cat' it onto the end of any existing rc.firsttime assuming that the > official install process might want to use it sometimes and I don't want > to blow it away.
My initial thought was I would have to echo all the scripted commands I wanted to make to >> rc.firsttime. But your suggestion of creating a separate rc.firstime.tail script and then appending the whole thing to rc.firsttime at once seems like an elegant solution which I will adopt. Thank you, James

