Results 1 to 2 of 2
I mean, without any unneccessary apps, drivers, or anything....
- 07-27-2003 #1Linux Newbie
- Join Date
- May 2003
- Posts
- 123
What would be essential for a bare-bones Linux system?
I mean, without any unneccessary apps, drivers, or anything.
- 07-27-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
The kernel, of course. If you want a modular kernel, you will also need modutils. Then you will need an init program, preferrably SysVInit, but I guess you could write a simpler yourself. You will need a getty, and if you want a small system, I recommend mingetty or a custom concoction. You'll also need a login program, a shell and the coreutils package from GNU. All of these will also require a libc, so get glibc as well. Of course, with just that, you won't be able to actually _do_ very much, but I think that it will work. You might want some more stuff, though, like e2fsprogs and similar packges.


Reply With Quote
