Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: LFS - Half Way there

Hybrid View

  1. #1

    LFS - Half Way there

    I am at the end of chapter 6 so far so good... Cant wait till I boot into it...

  2. #2

    Re: LFS - Half Way there

    congrats .. what boot scripts are you going to use .. bsd or sysV ?

  3. #3

    Re: LFS - Half Way there

    hmm doesnt look like as if you are using optimizations, but if you do try to uncomment them and see if it works, else you could try to see if the lfs mailing list or the irc chan have help. If this isnt working try to go out of the chrooted environment and compile it on your current distro and change back to the chroot to install it.


    <edit:> strange now the post from gmoreno dissapeared </edit>

  4. #4

    Re: LFS - Half Way there

    Sorry about that I thought no one saw it.. What happened is that I got the idea to download the new version of it and compile it... And it worked... Thanks for the help ch-b

    BTW I'm at the start of the last chapter... Tommorow I'll finish.. Tommorow is my day off from work...

  5. #5

    Re: LFS - Half Way there

    1 question? I havent make a swap partion.. Well I just now split my home directory and now I have a small 200mb partion..

    But do I need a swap partition in LFS.. Also my home partition was reiserfs.. I ran fsckreiser on resized home partition but I still can mount it.. Do I have to do something else before it can be mountable again?

    If I do need a swap partition is that in the lfs book?

  6. #6

    Re: LFS - Half Way there


    1 question? I havent make a swap partion.. Well I just now split my home directory and now I have a small 200mb partion..

    But do I need a swap partition in LFS.. Also my home partition was reiserfs.. I ran fsckreiser on resized home partition but I still can mount it.. Do I have to do something else before it can be mountable again?

    If I do need a swap partition is that in the lfs book?
    You can use your current distro's swap partitoin. Swap is distro indipendant.

  7. #7

    Re: LFS - Half Way there

    But if LFS uses it wont it mess it up for Debian..

  8. #8
    Senior Member
    Join Date
    May 2001
    Posts
    353

    Re: LFS - Half Way there


    But if LFS uses it wont it mess it up for Debian..
    Nope.

  9. #9

    Re: LFS - Half Way there

    But if LFS uses it wont it mess it up for Debian..
    No, it won't. Pretty much when you shutdown/reboot, the swap gets emptied. You can also use a swapfile if you find yourself running out of swap.
    Code:
    dd if=/dev/zero of=/swapfile bs=1k count=256M
    mkswap /swapfile
    swapon /swapfile
    Will create a 256M swapfile. Then add into /etc/fstab the following:
    Code:
    /swapfile swap swap defaults 0 0
    so the swapfile will be automaticaly enabled upon boot.




  10. #10

    Re: LFS - Half Way there

    Thanks for the help...

Similar Threads

  1. half life 2 dominos
    By mojo jojo in forum General Chat
    Replies: 3
    Last Post: 10-03-2005, 06:33 PM
  2. HP and the Half Blood Prince
    By mcangeli in forum General Chat
    Replies: 12
    Last Post: 09-18-2005, 05:09 PM
  3. Harry Potter and the Half Blood Prince!
    By in forum General Chat
    Replies: 9
    Last Post: 01-25-2005, 11:41 PM
  4. Native Linux Half Life?
    By Gonzo in forum General Chat
    Replies: 4
    Last Post: 05-09-2004, 09:38 PM
  5. Half Life 2
    By in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 05-21-2003, 02:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •