You are not logged in.
Pages: 1
hello,
I`am new to crunchbang.
I`am satisfied user, but I wanna more from system 
recompilation of whole system...
is there good and simple way to do this?
maybe thru apt-build?
regards
Offline
hello,
I`am new to crunchbang.
I`am satisfied user, but I wanna more from systemrecompilation of whole system...
is there good and simple way to do this?
maybe thru apt-build?regards
yeah even i wanna know!!!
Offline
Recompilation? Are you thinking of remastersys maybe:
Offline
Honestly ubuntu isn't really designed for you to compile the whole system, it's a binary distrobution. If you want to dig into compilation you should try one of the source based distro's like gentoo or sourcemage. It's probably possible with ubuntu, but IMHO it's not worth the effort. I say ubuntu because that is what #! is based on.
I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.
Offline
source based:
http://www.linuxfromscratch.org/
http://www.gentoo.org/
not source based, but enough work to keep you busy:
http://www.archlinux.org/
If you feel that certain urge, stay away from Ubuntu. Ubuntu is for lazy people needing a working system NOW and not next week.
I'm so meta, even this acronym
Offline
Debian (and Ubuntu) distributes the sources of all binary packages in separate repositories. It also provides a set of tools to customize and compile packages called apt-build.
Installing the distribution is based on binary packages (as it is the case for gentoo this days, only stage 3 is supported), but after installation adventurous users can recompile the whole set of installed packages with a single command, the BSD style. Normally it's not recommend to apply too agressive optimizations is essential packages.
apt-get install apt-build
# For a single package
apt-build package
# For rebuilding all packages
dpkg --get-selections | awk '{if ($2 == "install") print $1}' > /etc/apt/apt-build.list
#Remove the following packages from /etc/apt/apt-build.list
gcc (and other compilers)
linux-image-*
libc6
libc6-dev
libc6-i686
apt-build world
# Wait a couple of daysRead the manual carefully, using this tools unconsciously could render your system unusable.
Also, this wiki is a friendly introduction.
http://wiki.debian.org/apt-build
Last edited by micerinos (2009-10-12 17:43:58)
Offline
If you like to compile everything, maybe you want to try Gentoo???
Just a thought.
Sheng-Chieh
Tux's Links
http://shengchieh.50webs.com/tuxslinks.html
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.