Re: [lfs-support] Basic Kernel Configuration

2014-02-17 Thread Fernando de Oliveira
Em 16-02-2014 12:49, Armin K. escreveu:
 On 02/16/2014 02:38 AM, Ken Moffat wrote:
 On Sun, Feb 16, 2014 at 01:04:12AM +0100, Armin K. wrote:
 Hello there,

 I have been spending my time on LFS IRC for a long time now and have
 noticed that most users who come for help there get stuck at configuring
 their kernel.

 Thus, I have written a rather basic guide on how to configure the kernel
 to get your machine to boot for the first time (disk controllers and
 filesystem drivers), but not other hardware specific stuff.

 You can see it here:

 http://www.linuxfromscratch.org/~krejzi/basic-kernel.txt

 Any suggestions or additions are welcome.

 Cheers.

  Just a couple of suggestions:

 
 Thanks for your input.
 
 1. SATA etc
 So I select the first two modules below.
 s/modules/drivers/ - people coming from a distro might be used to
 building everything as a module and take it too literally.

 
 Yeah, that makes sense. I've also added a note at the beginning that
 everything should be built-in.
 
 2. filesystems -
 I would be inclined to drop specific mention of reiser3, and cover
 it by Additionally, any other filesystem not listed here., but
 perhaps some distro(s) used to use it in the last couple of years.

 
 That was first in my mind, but I realised that BLFS still provides fs
 tools for reiserfs and that's why I added it. I've removed it now though.
 
  I guess that defconfig covers almost everything else that is
 commonly needed to get a bootable .config.

 ĸen

 
 That is mentioned at the beginning. But then again, some might try to
 strip the kernel as much as possible, that's why I've covered the
 basics only.
 

It is a very good work, would have saved me some days, perhaps months,
as the first build, I gave up, in the past. Thanks.

Optional, for VMware virtual machines: it could be interpreted
incorrectly as optional for VM... I would think that to emphasize, it
could be Optional, but required for VMware virtual machines.

One of the USB controller drivers, hardware dependent. You can look in
the lsmod output - can all be used?

# while the others can be also select as module: s/select/selected/?

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Basic Kernel Configuration

2014-02-17 Thread Armin K.
On 02/17/2014 12:14 PM, Fernando de Oliveira wrote:
 
 It is a very good work, would have saved me some days, perhaps months,
 as the first build, I gave up, in the past. Thanks.
 
 Optional, for VMware virtual machines: it could be interpreted
 incorrectly as optional for VM... I would think that to emphasize, it
 could be Optional, but required for VMware virtual machines.
 

There was a coma, and that doesn't make it the same as Optional for
VMware virtual machines, but yes I agree there. I've corrected that to
be Optional, required for ... as in the USB part.

 One of the USB controller drivers, hardware dependent. You can look in
 the lsmod output - can all be used?
 

Well, that really depends. I've corrected it to say One or more, since
some hardware can use only one (ie USB 2.0 only hardware), while some
older hardware has both USB 2.0 and USB 1.1 and some newer hardware has
also USB 2.0 and USB 3.0.

 # while the others can be also select as module: s/select/selected/?
 

Yes, corrected.

Thanks for your input.

-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Basic Kernel Configuration

2014-02-16 Thread Armin K.
On 02/16/2014 02:38 AM, Ken Moffat wrote:
 On Sun, Feb 16, 2014 at 01:04:12AM +0100, Armin K. wrote:
 Hello there,

 I have been spending my time on LFS IRC for a long time now and have
 noticed that most users who come for help there get stuck at configuring
 their kernel.

 Thus, I have written a rather basic guide on how to configure the kernel
 to get your machine to boot for the first time (disk controllers and
 filesystem drivers), but not other hardware specific stuff.

 You can see it here:

 http://www.linuxfromscratch.org/~krejzi/basic-kernel.txt

 Any suggestions or additions are welcome.

 Cheers.

  Just a couple of suggestions:
 

Thanks for your input.

 1. SATA etc
 So I select the first two modules below.
 s/modules/drivers/ - people coming from a distro might be used to
 building everything as a module and take it too literally.
 

Yeah, that makes sense. I've also added a note at the beginning that
everything should be built-in.

 2. filesystems -
 I would be inclined to drop specific mention of reiser3, and cover
 it by Additionally, any other filesystem not listed here., but
 perhaps some distro(s) used to use it in the last couple of years.
 

That was first in my mind, but I realised that BLFS still provides fs
tools for reiserfs and that's why I added it. I've removed it now though.

  I guess that defconfig covers almost everything else that is
 commonly needed to get a bootable .config.
 
 ĸen
 

That is mentioned at the beginning. But then again, some might try to
strip the kernel as much as possible, that's why I've covered the
basics only.

-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


[lfs-support] Basic Kernel Configuration

2014-02-15 Thread Armin K.
Hello there,

I have been spending my time on LFS IRC for a long time now and have
noticed that most users who come for help there get stuck at configuring
their kernel.

Thus, I have written a rather basic guide on how to configure the kernel
to get your machine to boot for the first time (disk controllers and
filesystem drivers), but not other hardware specific stuff.

You can see it here:

http://www.linuxfromscratch.org/~krejzi/basic-kernel.txt

Any suggestions or additions are welcome.

Cheers.

-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Basic Kernel Configuration

2014-02-15 Thread Bruce Dubbs
Armin K. wrote:
 Hello there,

 I have been spending my time on LFS IRC for a long time now and have
 noticed that most users who come for help there get stuck at configuring
 their kernel.

 Thus, I have written a rather basic guide on how to configure the kernel
 to get your machine to boot for the first time (disk controllers and
 filesystem drivers), but not other hardware specific stuff.

 You can see it here:

 http://www.linuxfromscratch.org/~krejzi/basic-kernel.txt

I wrote 
http://www.linuxfromscratch.org/hints/downloads/files/kernel-configuration.txt 
a couple of years ago.

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


Re: [lfs-support] Basic Kernel Configuration

2014-02-15 Thread Viola Zoltán
Big thanks for You!


2014-02-16 0:04 GMT+00:00 Armin K. kre...@email.com:

 Hello there,

 I have been spending my time on LFS IRC for a long time now and have
 noticed that most users who come for help there get stuck at configuring
 their kernel.

 Thus, I have written a rather basic guide on how to configure the kernel
 to get your machine to boot for the first time (disk controllers and
 filesystem drivers), but not other hardware specific stuff.

 You can see it here:

 http://www.linuxfromscratch.org/~krejzi/basic-kernel.txt

 Any suggestions or additions are welcome.

 Cheers.

 --
 Note: My last name is not Krejzi.
 --
 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


Re: [lfs-support] Basic Kernel Configuration

2014-02-15 Thread Ken Moffat
On Sun, Feb 16, 2014 at 01:04:12AM +0100, Armin K. wrote:
 Hello there,
 
 I have been spending my time on LFS IRC for a long time now and have
 noticed that most users who come for help there get stuck at configuring
 their kernel.
 
 Thus, I have written a rather basic guide on how to configure the kernel
 to get your machine to boot for the first time (disk controllers and
 filesystem drivers), but not other hardware specific stuff.
 
 You can see it here:
 
 http://www.linuxfromscratch.org/~krejzi/basic-kernel.txt
 
 Any suggestions or additions are welcome.
 
 Cheers.
 
 Just a couple of suggestions:

1. SATA etc
So I select the first two modules below.
s/modules/drivers/ - people coming from a distro might be used to
building everything as a module and take it too literally.

2. filesystems -
I would be inclined to drop specific mention of reiser3, and cover
it by Additionally, any other filesystem not listed here., but
perhaps some distro(s) used to use it in the last couple of years.

 I guess that defconfig covers almost everything else that is
commonly needed to get a bootable .config.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page