Gentoo Linux 2004.0 Released
Quique writes "Gentoo Linux is proud to announce the release of Gentoo Linux 2004.0 for the x86, AMD64, PowerPC, Sun SPARC, and SGI MIPS architectures. Additionally, the Gentoo Hardened team is announcing the inaugural release of a security-enhanced Gentoo platform for the x86 architecture.
Installation stages, LiveCDs, and GRP sets can be
found on the mirrors.
More information about the Gentoo Hardened project
can be found on its project page.
For more information, please consult the
documentation,
mailing lists,
user forums and official IRC channels.
The new Gentoo
Store has also been announced." I've put more of the release notes below - might also be worth checking out the tutorial for LPI certification done by the President/CEO of Gentoo; there's also a note about Gentoo's newest meta-release tool, Catalyst below as well. Looks like it's not out yet - stay tuned for more information.
"
In addition to many bugfixes and security updates since the 1.4 release,
Gentoo Linux 2004.0 contains a cutting-edge development toolchain and user
environment including, but not limited to, Linux kernel 2.6.3, GCC 3.3.2,
GLIBC 2.3.2, KDE 3.2, GNOME 2.4.2, and xfce4.
Gentoo Linux 2004.0 marks the debut of Catalyst, the new Gentoo release meta-tool. Using Catalyst, developers and users can create and customize every aspect of their Gentoo Linux system; from installation stages, to bootable LiveCDs, to customized binary packages for the Gentoo Reference Platform (GRP). For more information on Catalyst, please see the Catalyst project page and online documentation."
# emerge sync
# emerge -uD world
Also note that existing gentoo users only need to "emerge -[D]u world" to upgrade to the 2004 release.
Karma cannot be described by words alone.
I know it was probably meant to be funny, but just to clarify, they changed the naming format.
It goes something like this (I believe):
There will be about 4 official releases per year and the releases will be named by the year followed by which release it is.
So since this is the first release of 2004 the name is '2004.0'. The next release should be '2004.1'. The first release next year will be '2005.0' and so forth.
I hope I got this right.
Art by Mindy Herman, my wife.
That's why Gentoo Linux LiveCDs provide GRP (Gentoo Reference Platform): a complete set of precompiled per-architecture-optimized binary packages a-la-slackware (including X, KDE, OpenOffice and more) to speed up the installation process for those who don't want or can't wait for compile process to complete.
Has anyone here installed Gentoo on a dual-boot configuration?
/boot is big enough to hold the kernel, you can boot pretty much anything.
I think these days pretty much all distros are equally good dual-booters. If you have grub, and
As long as you order all the distros *not* to touch your boot config, that is. Install the boot configuration once with a distro you trust, and take advantage of the config with subsequent distros.
Save your wrists today - switch to Dvorak
Don't give out wrong info, all you have to do is emerge gentoo-dev-sources for a 2.6.X kernel
Setec Astronomy
Gentoo's installation guide will tell you how to set up a dual-boot configuration *properly*, with no wizards or anything, just plain old text file editing.
If that sounds daunting, don't worry because it's as easy as pie. Personally, I use grub, with a config file a bit like this:
# Gentoo
title=Gentoo Linux (linux-2.6.1-mm4 kernel)
root (hd0,1)
kernel (hd0,1)/boot/bzImage-2.6.1-mm4 root=/dev/hde5
# Windows XP
title=Windows XP Professional
root (hd0,0)
chainloader (hd0,0)+1
Dual boot couldn't be easier.
You can emerge binary only packages in Gentoo. emerge --usepkg gets you the binary only.
If you still want to compile everything, get distcc and let your beefier hardware do the trick.
Linux - Because Mommy taught me to Share.
Uh, that's not cool to do that. I did that once, and forgot to take it out, and then I wondered why I suddenly had to upgrade 4 dozen packages (to unstable releases, I soon realized) It's better to specify the ACCEPT_KEYWORDS on the command-line for the single command.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 Whoops, silly middle mouse button...
Since all the servers are getting hammered pretty hard, this should be mentioned. If you have run
sudo emerge sync
sudo emerge -uD world
in the past few weeks, there's nothing new out there for you. All you'll get is the new packages (like always) and bragging rights to run a "new version." There's not even a new minor 2.4 kernel version - I've been running 2.4.25 since it was released.
So, you do NOT need to sync up now. Especially not while half the slashdot userbase is doing so. You're pounding the living **** out of the servers, and for no good reason. If you must get new everything, whether to brag about running "version 2004" or what have you, su to root and set an at job to do so late tonight. Thank you for making Gentoo usable for people who actually NEED to update.