Gentoo 2005.0: A Live CD And [No] Graphical Installer
Sunsetbeach writes "zdnet.co.uk reports in this article that 'The next version of Gentoo, 2005.0, will also include a graphical installer that will allow users to automatically install the same set-up of Gentoo on multiple machines, according to Gianelloni.' " The article distinguishes the upcoming live disk from the (available) Gentoo Live CD; the new one will contain a fully functioning system ala Knoppix. Update: 11/30 23:09 GMT by M : Gentoo now has a clarification posted; the next Gentoo release will not have a graphical installer, although it is planned for the future.
Ouch... While compiling everything to a ram-disk is technically viable, I somehow fail to see it working in a long run :p
The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
It really is a fantastic distro and this will allow it to be used by many many more people.
I pretty much started my Linux experience with Gentoo, which was difficult to say the least. This way though it can be setup easily by the inexperienced, while everyone else is still free to do a Stage 1/2 install
Over the years I've been using gentoo, I've noticed that it has become MUCH more userfriendly. The documentation has improved dramatically, and now there's a graphical installer. Will this increase gentoo's install base?
-b0lt
got sig?
In Korea, only old people use graphical installers.
One of the best things about Gentoo for me (the performance difference was negligble) besides portage, was the bootstrapping process. I know it took forever, but you actually are learning more about linux. Redhat (my first *nix) hid everything, and slackware (my second love) gave me a little more access. Only gentoo allowed me to see (and attempt to understand) a true view of the install.
the real hardcore Gentoo users won't consider you a Linux guru until your self-starting Linux system begins its bootstrap procedure by constructing your PC and CD-ROM drive using a desktop matter fabricator.
Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
Dozens of post making oh so funny remarks that they are still not done compiling the old version before the new one comes out.
At least as many posts telling us that gentoo is the best and only distribution real man can use and that their boxen run so much faster now.
Half a dozen links to funroll-loops posted.
Anyway, I think this is great news. Imho gentoo really is a great distribution for what it does but there have been a few things missing that now seem to fall into place.
Kickstart like functionallity was one and a really stable (not in that it does work, but as in install and then have a stable system that will not be updated but only receives bug fixes) is also on the way.
And portage will finally get reverse-dependency checking when uninstalling, at least some gentoo devs are working on it.
Go gentoo!
Gentoo is just like BSD, but a million times better:
/var first and then moves stuff to /usr, wheres BSD ports aren't smart enough to do this)
1. With Gentoo you can choose what version of software to install (tested or not very)
2. USB actually works
3. Ext3 is much better tested than UFS2 (and all Ext2 tools work with it too)
4. Portage works much more reliably than BSD ports system (because Portage installs in
The only thing that was keeping Gentoo behind BSD was the rather tedious installation (you have to follow some steps from the How-to). Now, with this automated, there will be absolutely no reason for anyone to use BSD
ummm, vida linux is gentoo with a graphical installer. i fail so see how the next 2005 release will be any different from vida.
http://gentoo.vidalinux.com/
What's planned for 2005.0 is an experimental test release of the new graphical installer. It'll be there for people who want to test it, but don't go relying on the thing.
Gentoo is the name of a very fast type of penguin. George Lucas has no claim (he's too busy making turkeys).
In Soviet America the banks rob you!
Don't you just love it how first posts are always modded redundant. I mean, all you did was make a comment. You expressed your opinion. I wonder, what is it that the moderator expected ?
I've noticed a lot of redundant mods lately, and negative mods in general. I think Slashdot should attach statistics to each story showing the percentage of positive versus negative mods. I would also like to see these statistics for editors, who have unlimited mod points. We should get to see how they were meta-modded as well. On one final note, Slashdot needs a forum to discuss issues like this, so that people don't have to resort to offtopic posts.
In Soviet America the banks rob you!
It's very common for people on /. (who are, perhaps familiar with other distros) to denounce Gentoo for its lack of a graphical installer, but I've always seen this as a good thing. The person installing Gentoo has clear and precise instructions outlining what actions need to be performed, so they can very easily adapt those to a wide range of different situations. E.g. I don't like to have to burn CDs unnecessarily, so I make my kernel first and then network boot into the stage1 filesystem.
I believe that, in general, it's a better design decision not to have an overly intrusive installer for any software because that can tie too much of the software's configuration to the installation process, rather than having a comprehensive way to configure the software post-install.
- Brian
I, myself, am fairly newbieish (a couple of years using linux, certainly no toothy, beared old UNIX veteran); but I found Gentoo, contingent upon RTFM and a little ingenuity, to be the easiest to fully install. When I use the term fully install, I mean install, finalize and gain complete control over. Things that could use improvement: 1) Fonts 2) Stupid, Bloody X configuration. Should be in Installation Docs not Desktop section. Many hours of frustration.
This is a receipt for $0.02 expended upon "My Opinion." Please retain for tax purposes.
Ingrid took the things I said completely out of context and ran with them.
At no point did I ever tell her that we would have a graphical installer on 2005.0's release media. I also did not tell her that the 2005.0 release would be a Knoppix-style LiveCD, as it will, in fact, be exactly like the 2004.3 release with the Minimal, Universal, and Packages CD images.
What I did tell her is that we will have an experimental LiveCD with our first limited functionality beta of the installer, which will most likely be curses-based only and not have any enterprise-ready features available for use.
This is exactly why you demand to have interviews done via email and not the phone, especially when speaking with someone from another country, and be sure to ask to proof read the article for accuracy before it prints.
This lappie I'm typing on is running Mepis flavoured debian, I did briefly play with gentoo about a year ago...
As I understood it, the sole advantage of gentoo over the likes of debian (on the assumption that functionally apt-get = emerge etc) was that instead of installing precompiled packages in debain, the gentoo user compiles and optimises everything for their specific hardware, thus gaining anything from a miniscule amount to perhaps a few percentage points in performance boost versus the debian approach.
In the final analysis for me such minimal gains simply were not worth the CPU time and disk thrashing so I walked away from it.
So a GUI led gentoo live-cd installer is either going to be losing all that one area of bespoke compiling advantages, OR, you're going to be running that live cd in ramdisk and compiling the install in what's left until kernel 3x is out?
Is this correct?
http://slashdot.org/~GuyFawkes/journal
the real advantage is being able to "turn off" certain sections of the code with USE flags. Did you know bitchx can be compiled to use gnome? when the debian maintainers compile bitchx for you, they decide whether or not to include it. you don't have the choice.
/etc/make.conf file. my flags on my workstation are the following:
with gentoo, you can use the USE flags
USE="-gnome" emerge bitchx
USE="gnome" emerge bitchx
This allows me to say if I want gnome installed or not if it's just an optional feature on bitchx. Since I mostly use kde, I can do without installing all the gnome dependencies.
to see a list of flags for any given package (and their default status)
emerge -vp bitchx
[ebuild N ] net-irc/bitchx-1.1-r1 -cdrom -cjk -debug +esd -gnome +gtk -ipv6 +ncurses +ssl +xmms 2,473 kB
Then you can choose to enable them or not.
There are a lot of common flags, USE flags which you can set in the
USE="3dnow amd alsa bzlib cddb cdparanoia curl dnd dvd -dvdr ethereal flash gd glut -gnome gstreamer icq image magemagick imap java javascript kerberos krb4 ldap lm_sensors maildir md5sum mime ming mmx -mozilla mplayer msn jack ooo-kde openssh pdf rtc samba sasl threads type1 tiff usb xvid"
and this isn't even close to all of them.
If you'd like to learn more, let me know. I try not to be a zealot:)
Looking for Book Reviews? Check out Literary Escapism.
As far as I know portage doesn't update configuration files for you. It tells you to run etc-update if there are (possible) updates to configuration files.
/etc/fstab to the installation default when I update baselayout (or whatever package fstab comes in), so I could tell portage to just keep its claws away from that file.
etc-update allows you to review the changes and apply or ignore them as you see fit.
I believe you can even protect certain files so portage stops bugging you about them, i.e. I'm pretty sure I do not want to revert
Seriously, Gentoo doesn't overwrite your config files, it drops updated files with the ._cfg prefix in the directory with a number and the name of the file as a suffix. You simply have to do a find in /etc to find them all diff them to see if something important has changed in latest version. But this has nothing to do with the distro. If a package is changing its configuration files format o is adding or removing important stuff you will always have to modify your config file if you want to use the latest version. So, if you don't want to spend time migrating a package version to another one, just don't upgrade in the first place...
Achille Talon
Hop!
The gentoo fanboy community can't have it both ways.
1. Requiring intimate kernel-level knowledge of a system to install it.
2. Shouting 'use gentoo!' to every passerby who expresses any sort of question about another distro (like, how do I install an RPM? or something similar).
It's like people saying Macs are the bestest most awesomest systems ever, but that they're also cheaper than x86 alternatives. It doesn't work both ways.
Be content with having a difficult-to-install system that forces people to learn more than most people would want. That's fine. But don't shout that as the answer to every single problem as well - most people don't have the time or motivation to do that.
creation science book
not really the speed. At the time I tried it, early in 2004, it seemed to be the only readily available distribution that actually worked with AMD64. Fedora Core claimed to have a distro for it, but I read a lot of horror stories; Mandrake and others only seemed to have commercial payware products for the platform.
I did have problems with Gentoo (when using USB2 the whole computer slowed down, hotplug didn't seem to work right, etc.), so perhaps this was more a reflection of the maturity of Linux distros in general on the AMD64 platform. I also didn't really find it much faster that other distributions I've used on x86 machines.
I guess I'll have to try again soon. I'm currently stuck on WinXP since I needed something that worked, but it may be time to survey the current 64 bit landscape.
======
In X-Windows the client serves YOU!
Not necessarily. The great thing about Portage is the ability to interactively update config. files using the utility 'etc-update'. This tool will list all updated config. files, automatically merge inconsequential changes like whitespace, allow the useer to compare the differences side by side, pick one version over the other, manually edit the final result, and, most importantly, undo the changes when things go horribly wrong (provided you don't delete the temporary files).
See: this follow up posting under the original article
The 2.6 kernel will become the default kernel, not just for the liveCD, (which as been that since 2004.3) but for the distro. Instead of emerge gentoo-dev-sources for 2.6, it will be emerge gentoo-sources.
I recently did a Gentoo install for the heck of it -- I happily run other distributions and other OSs too, but wanted to make an educated comparision.
What I liked:
What I didn't like:
All in all, portage makes it worth using and I will install it on real hardware someday.