Find the answer to your Linux question:
Results 1 to 2 of 2
I mean, without any unneccessary apps, drivers, or anything....
  1. #1
    Linux 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.

  2. #2
    Linux 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.

Posting Permissions

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