
Op dit moment zijn er nog wel een hoop stappen nodig om het werkende te krijgen (maar dat is voor iemand die Slackware gebruikt natuurlijk niet erg).
Ik ben benieuwd wat dit uiteindelijk zal worden.
Code: Selecteer alles
adri@Slackware:~$ uname -a
Linux Slackware 2.6.27.7-smp #2 SMP Thu Nov 20 22:32:43 CST 2008 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
Code: Selecteer alles
koen@debian:~$ uname -a
Linux debian 2.6.26-1-686-bigmem #1 SMP Fri Mar 13 18:52:29 UTC 2009 i686 GNU/Linux
koen@debian:~$
Code: Selecteer alles
if [ "$ARCH" = "i386" ]; then
SLKCFLAGS="-O2 -march=i386 -mcpu=i686"
elif [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2"
fi
.Patrick Volkerding schreef:Hello folks! This batch of updates includes the newly released KDE 4.2.3, but more noticeably it marks the first departure from the use of gzip for compressing Slackware packages. Instead, we will be using xz, based on the LZMA compression algorithm. xz offers better compression than even bzip2, but still offers good extraction performance (about 3 times better than bzip2 and not much slower than gzip in our testing). Since support for bzip2 has long been requested, support for bzip2 and the original lzma format has also been added (why not?), but this is purely in the interest of completeness -- we think most people will probably want to use either the original .tgz or the new .txz compression wrappers. The actual Slackware package format (which consists of the layout within the package envelope) has not changed, but this is the first support within Slackware's package tools for using alternate compression algorithms. Some people have asked why we don't pick a single extension, such as .slk. While there's certainly a case to be made for that idea, the tools would still need to support .tgz to handle older packages. Sticking with ".tgz" for everything makes no sense. Using extensions that reflect the compression format used by the package envelope seems to be the most transparent approach, and the one that best follows tradition. As an example of the compression improvement with .txz, have a look at the kernel-source package:
Before: kernel-source-2.6.29.2_smp-noarch-1.tgz (73808508 bytes)
After: kernel-source-2.6.29.2_smp-noarch-1.txz (49150104 bytes)
The size of the main package tree in /slackware has been reduced from 1.9GB to 1.4GB by converting most packages to .txz. Most of the packages have been converted from .tgz to .txz, but we will continue to make the gzip, pkgtools, slackpkg, tar, and xz packages in .tgz format for the foreseeable future.
Enjoy! And thanks to Lasse Collin for the great work on xz.
(Re)build nummer?adri schreef: Wat die #2 betekent weet ik ook niet.![]()
Patrick Volkerding schreef: There are two kinds of kernels in Slackware -- the huge kernels, which
contain support for just about every driver in the Linux kernel. These are
primarily intended to be used for installation, but there's no real reason
that you couldn't continue to run them after you have installed. The
other type of kernel is the generic kernel, in which nearly every driver
is built as a module.
Momenteel in SW 12.2 niet.Koen_92 schreef:Heb jij dan een andere kernel gecompileerd, adri?
Tja, hij voldoet goed, dus waarom zou ik het veranderen.Koen_92 schreef: En verder:
Waarom gebruik je Huge, en niet generic?Patrick Volkerding schreef: There are two kinds of kernels in Slackware -- the huge kernels, which
contain support for just about every driver in the Linux kernel. These are
primarily intended to be used for installation, but there's no real reason
that you couldn't continue to run them after you have installed. The
other type of kernel is the generic kernel, in which nearly every driver
is built as a module.