Re: saving info on livecd?

2010-02-07 Thread stosss
On Sun, Feb 7, 2010 at 11:01 PM, Jordan Peters  wrote:
> i'm using the ubuntu linux livecd to make my 6.5 lfs install and i'm
> wondering how to save the variables and such i make during the book.
> like is there a way to save the info created during section 4.4 while
> setting up .bash_profile and .bashrc and save the lfs user in the end of
> 4.3?
> And how about the $LFS variable and the various symlinks? is there a way to
> save them so I don't have to redo them?
> sorry for the noobish question
> thanks,
> jordan

I don't think there is. If you get out of the environment, such as
rebooting, I think you have put it all back the way you did the first
time. If you don't need to reboot the system just leave it the way you
have it setup and come back to it.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: saving info on livecd?

2010-02-07 Thread Bruce Dubbs
Jordan Peters wrote:
> i'm using the ubuntu linux livecd to make my 6.5 lfs install and i'm
> wondering how to save the variables and such i make during the book.
> like is there a way to save the info created during section 4.4 while
> setting up .bash_profile and .bashrc and save the lfs user in the end of
> 4.3?
> And how about the $LFS variable and the various symlinks? is there a way to
> save them so I don't have to redo them?
> sorry for the noobish question

Create a 2nd partition on your hard drive and mount it as /home.  Then 
everything you write to /home/lfs will be there.

You will need to remount the partition manually at every boot.

Another suggestion is to *install* ubuntu to a 2nd partition.  It will 
be much faster that way.  Accessing a CD-ROM/DVD is slow.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: saving info on livecd?

2010-02-12 Thread Mike McCarty
Jordan Peters wrote:
> i'm using the ubuntu linux livecd to make my 6.5 lfs install and i'm
> wondering how to save the variables and such i make during the book.
> like is there a way to save the info created during section 4.4 while
> setting up .bash_profile and .bashrc and save the lfs user in the end of
> 4.3?

You got two pretty good replies, neither of which described
what I used for that.

I did basically the same thing you are, but with the LFS 6.3 LiveCD.
However, I used another technique. I wrote a little script file which I
put into the topmost level of the new file system, which did all the
setup. Later, when I needed it, I wrote another which also reentered the
chroot environment.

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: saving info on livecd?

2010-02-12 Thread stosss
On Fri, Feb 12, 2010 at 6:19 AM, Mike McCarty
 wrote:
> Jordan Peters wrote:
>> i'm using the ubuntu linux livecd to make my 6.5 lfs install and i'm
>> wondering how to save the variables and such i make during the book.
>> like is there a way to save the info created during section 4.4 while
>> setting up .bash_profile and .bashrc and save the lfs user in the end of
>> 4.3?
>
> You got two pretty good replies, neither of which described
> what I used for that.
>
> I did basically the same thing you are, but with the LFS 6.3 LiveCD.
> However, I used another technique. I wrote a little script file which I
> put into the topmost level of the new file system, which did all the
> setup. Later, when I needed it, I wrote another which also reentered the
> chroot environment.

Both of your scripts could be figured out. The second one probably a
lot easier and faster then the first, but would you be willing to
share the details of those scripts especially the first one? Like
maybe post it some where so any one that wants to take a look can.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: saving info on livecd?

2010-02-12 Thread Mike McCarty
stosss wrote:
> 
> Both of your scripts could be figured out. The second one probably a
> lot easier and faster then the first, but would you be willing to
> share the details of those scripts especially the first one? Like
> maybe post it some where so any one that wants to take a look can.

Well, during the initial setup, you have to be able to do a few
things completely manually, unless you put them on a floppy, I
guess. I don't have easy access at the moment. Really, they were
only about five or ten lines each. The next time I fire up the
machine they are on, I'll copy them out and shoot them to you.

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page