Linux From Scratch

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
RA
Posts: 2
Joined: Mon Sep 10, 2007 9:21 am
Location: Karachi

Linux From Scratch

Post by RA »

Hello Friend,
I am new to OS Development , I am working in Linux since last three years , now I want my own Linux, Customized Linux which will be suited for Security Professionals not commercial OS free for all as Linux is, I want to know how build a customize Linux from scratch ...

I am following www.linuxfromscratch.org , LFS .

Can anyone let me know some other ways to build Linux based OS , or any book to follow ... please help me .guyz..
---
Regards,
RA
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Sorry pal, this is the wrong forum for making your own Linux distro.

This is for hobbyist programmers who are making their own OS from scratch.
RA
Posts: 2
Joined: Mon Sep 10, 2007 9:21 am
Location: Karachi

Post by RA »

JamesM wrote:Sorry pal, this is the wrong forum for making your own Linux distro.

This is for hobbyist programmers who are making their own OS from scratch.
Please let me know the right place pal.
---
Regards,
RA
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

http://www.linuxforums.org would be a good place to start.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Have you had a look at hardened Gentoo? I can hardly imagine anything that combines full customizability with excellent security potential like this one.

(Yes, potential. As with everything, it's only as secure as your dumbest decision during setup. ;) )
Every good solution is obvious once you've found it.
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post by binutils »

DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

I can help you with this ...

Post by DeletedAccount »

Hi man,
I also have made a linux distro from scratch ... But it isnt
worth the exercsie . Compiling everyting may take a lot
of time and sometimes when things do not work the way
you expected .. you get very frustrated ... But now i will give
you a very simple introduction on creating the linux disro ...

Simplest Way to create a linux distro
--------------------------------------------

1) download uClibc rootfs thing ...

2) untar it into a new partiton formatted with ext2 fs

3) make mods to essential files like fstab etc ...

3) Compile the kernel and copy it to /boot directory

4) install the bootloader .....

5) Now you can focus on writing your own simple package manager ...

6) Write Scripts to automate the above things etc ...

7) Check El Trito docs for creating a bootable cd or check syslinux etc ..

8) Everything is done well ... you now have a simple linux distro ...

9) If this community wants a linux that is specifically tailored towards
OS developers .. I will try to do this as well .. Otherwise it's kind of
boring thing to do ...
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

HI!
I am am ALSO working on a Linux Distro (SeaOS) as well as a kernel (SeaKern) So yeah.

It's much fun.

--JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Post Reply