Results 1 to 5 of 5
Hi,
I need a distro that is on a cd or floppy, that distro need to have nothing but the essentiels (like the Kernel, GCC, Binutils, etc), no X at ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-19-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- New Brunswick, Canada
- Posts
- 6
Searching for a particular distro...
Hi,
I need a distro that is on a cd or floppy, that distro need to have nothing but the essentiels (like the Kernel, GCC, Binutils, etc), no X at all! It's need to install to the hard drive.
Does somebody knows if that exist??
- 10-19-2005 #2Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Sounds like you only want to install development tools. Any distro can do that, you just have to select the right option during installation. From the ones I've tried, Debian and Slackware are the easiest ones to do that in.
- 10-19-2005 #3Just Joined!
- Join Date
- Apr 2005
- Location
- New Brunswick, Canada
- Posts
- 6
Well, I just want nothing, I want to install my own packages :P And, modify them as I want! Mwahahahahahaha... Yeah, that would be an idea, take FC4 and install minimum...
Originally Posted by bidi
- 10-19-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
If you want to do everything alone, give LFS a try.
- 10-19-2005 #5Just Joined!
- Join Date
- Jan 2005
- Location
- Linux Drive
- Posts
- 43
Re: Searching for a particular distro...
Well try archlinux. You its a binary distro you are suppose to install it the with only the base. Then you can make you own packages using a ABS (Arch building system), or you can use pacman. Take a look at the wiki.archlinux.org site.
Originally Posted by LegendBreath
OH and this is how you would use ABS to make your own package
You edit a file called a PKGBUILD (hmm wonder were that got it name)
thats just a simple file. Arch IMO is sorta like slackware and sorta like gentoo.Code:pkgname=NAME pkgver=VERSION pkgrel=1 pkgdesc="" url="" license="" depends=() makedepends=() conflicts=() replaces=() backup=() install= source=($pkgname-$pkgver.tar.gz) md5sums=() build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install }


Reply With Quote
