LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 12-12-2012, 02:39 PM   #31
atul.verma.maa@gmail.com
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled

sorry i meant root:/mnt/lfs/sources .
 
Old 12-12-2012, 02:42 PM   #32
atul.verma.maa@gmail.com
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
sorry i meant root:/mnt/lfs/sources
 
Old 12-12-2012, 02:47 PM   #33
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
You should be in /mnt/lfs/sources/linux-2.6.55 dir
 
1 members found this post helpful.
Old 12-13-2012, 02:06 AM   #34
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
@atul.verma.maa@gmail.com: Have a look here: 5.3. General Compilation Instructions (second important box).

This is also true once you reach chapter 6 (although the /mnt/lfs part isn't used any more).
 
Old 12-13-2012, 03:54 AM   #35
atul.verma.maa@gmail.com
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
@drunna thank you for reply
 
Old 12-18-2012, 10:35 AM   #36
atul.verma.maa@gmail.com
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
@dunna,
what if i have applied patch twice., right now i am in http://www.linuxfromscratch.org/lfs/...diffutils.html
and while applying the patches it shows that patch ends unexpecdetly in the middle, so i tried again ..
 
Old 12-18-2012, 10:39 AM   #37
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
It wont do any harm it will only over write what it has already done you would end up with the same result
 
1 members found this post helpful.
Old 12-18-2012, 10:44 AM   #38
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
spiky0011 is correct.

Do make sure that the patch doesn't throw an error while applying it.
 
1 members found this post helpful.
Old 12-18-2012, 10:49 AM   #39
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Just out of curiosity how did it end
 
1 members found this post helpful.
Old 12-18-2012, 12:45 PM   #40
atul.verma.maa@gmail.com
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
We are making LFS in order to customize the OS right ? when can we customize it and what changes can we do so that my distribution will be different from another ?
 
Old 12-18-2012, 12:53 PM   #41
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
You will build lfs to the end which will give you a basic bootable system from there you can move onto blfs when you start that you install a few inital packages but then you can build what ever you want.
You can even go off from the book and get stuff from the net if you want to make it your own system.
 
Old 12-18-2012, 12:58 PM   #42
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by atul.verma.maa@gmail.com View Post
We are making LFS in order to customize the OS right ? when can we customize it and what changes can we do so that my distribution will be different from another ?
What do you think customize means in this reference?

LFS is about building a Linux system from "nothing". The end product is a bare, basic Linux system, that could be used to build upon (BLFS would be the next logical step).

It will not be like any of the other distro's out there. In my opinion LFS is not a distro (LFS+BLFS might be).

LFS is about the following:
- LFS teaches people how a Linux system works internally
- Building LFS produces a very compact Linux system
- LFS offers you added security
- LFS is extremely flexible
 
1 members found this post helpful.
Old 01-02-2013, 11:44 AM   #43
atul.verma.maa@gmail.com
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
@dunno
i do not understand the command , it shows error

bash: paper_size no such file or directory
in the below command.what kind of file there should be ?

PAGE=<paper_size> ./configure --prefix=/usr --enable-multibyte
 
Old 01-02-2013, 12:05 PM   #44
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Hi

Can you start a new thread for this plz, And I dont think asking a lfs member to help is good etiquette.
Members are volunteers here.

Also more info is required where you are in the book chapter etc, and commands you have run

Last edited by spiky0011; 01-02-2013 at 12:06 PM.
 
  


Reply

Tags
lfs, stable



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cant go on chown -R root:root $LFS/tools Lolandrea Linux From Scratch 6 11-04-2008 07:36 AM
lfs-livecd - How to switch off the shell screensaver / blank-screen? nitric Linux From Scratch 1 07-01-2008 01:16 PM
LFS 6.2: made mistake when going from lfs to root setup oldgeek Linux From Scratch 4 11-12-2006 09:00 PM
How do I retain the PATH in the root account even when I switch to root using su? thearchitect Linux - Newbie 1 08-13-2005 12:02 AM
Log on as Root, or switch to Root, in MDK 9.1 - KDE 3.1.0 snorky Mandriva 3 09-01-2003 12:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration