From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-doc+bounces-1517-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D65D1384FD for <garchives@archives.gentoo.org>; Thu, 17 Jan 2013 05:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5BC621C13E; Thu, 17 Jan 2013 05:06:06 +0000 (UTC) Received: from mail-vb0-f68.google.com (mail-vb0-f68.google.com [209.85.212.68]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F87321C13C for <gentoo-doc@lists.gentoo.org>; Thu, 17 Jan 2013 05:06:06 +0000 (UTC) Received: by mail-vb0-f68.google.com with SMTP id fq11so169332vbb.11 for <gentoo-doc@lists.gentoo.org>; Wed, 16 Jan 2013 21:06:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=lwO8bMtFQKGRW6eG+oERU8Prnes7UZNeP295Xaa0bRM=; b=l7VtNnidva6HnBxMeF785tdq0RFd/miF1AdWjqv+GEMdIRJNwi+U0AW7ro3LZ403WO 4PZVVi1v7MYWo707I0/MRY5lVP118YYO+oqFMxNKt2t39ntXRYUmlCMYmMXIuqB6nMqd KjODPLwVWlZpMiNQKj9RlZG6wvJz+6AoOvxBvJPiigzSjAvaafQQcISOZ3D5LkbYKIG4 CzQyNcImWNS8oXqFF01gGAIrLtzZ3a1YMiLFzssew4y6PdOOUnynTWsS+cSRptMPswxE bdjb4XlBsUb4HebAkGRhYU/ksNUk403RrEY9F+ZmH+iCv03f2dtIlau81ypVzOvya+CT /4Vw== X-Received: by 10.220.116.5 with SMTP id k5mr4029844vcq.55.1358399160470; Wed, 16 Jan 2013 21:06:00 -0800 (PST) Received: from localhost (ool-18b95665.dyn.optonline.net. [24.185.86.101]) by mx.google.com with ESMTPS id di16sm260300vdb.11.2013.01.16.21.05.59 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 16 Jan 2013 21:05:59 -0800 (PST) From: Daniel Meltzer <dmeltzer.gentoo@gmail.com> To: gentoo-doc@lists.gentoo.org Cc: Daniel Meltzer <dmeltzer.gentoo@gmail.com> Subject: [gentoo-doc] [PATCH 3/3] Add selecting a profile, clean up old useflag options in the install kde/gnome section Date: Thu, 17 Jan 2013 00:04:13 -0500 Message-Id: <1358399053-8527-3-git-send-email-dmeltzer.gentoo@gmail.com> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1358399053-8527-1-git-send-email-dmeltzer.gentoo@gmail.com> References: <1358399053-8527-1-git-send-email-dmeltzer.gentoo@gmail.com> Precedence: bulk List-Post: <mailto:gentoo-doc@lists.gentoo.org> List-Help: <mailto:gentoo-doc+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-doc+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-doc+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc.gentoo.org> X-BeenThere: gentoo-doc@lists.gentoo.org Reply-to: gentoo-doc@lists.gentoo.org X-Archives-Salt: 76b796a6-5bc3-4f52-ac99-d3dc2208ea56 X-Archives-Hash: dabda52c143db1515e553401a10b1159 --- .../en/gentoo-x86-quickinstall-after-reboot.xml | 6 ++-- .../doc/en/gentoo-x86-quickinstall-stage.xml | 35 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml index 9de2520..2dad931 100644 --- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml +++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml @@ -194,8 +194,7 @@ mybox etc # <i>emerge -vp gnome</i> then edit make.conf if required.</comment> mybox etc # <i>nano -w /etc/portage/make.conf</i> <comment>(The following USE flags have been defined)</comment> -USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \ - -kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox" +USE="-fortran dbus -kde -qt4 -eds " mybox etc # <i>time emerge gnome</i> <comment>(326 packages have been emerged)</comment> @@ -211,8 +210,7 @@ mybox etc # <i>emerge -vp kde-meta</i> then edit make.conf if required.</comment> mybox etc # <i>nano -w /etc/portage/make.conf</i> <comment>The following USE flags have been defined)</comment> -USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \ - kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox" +USE="-fortran -eds -gnome -gstreamer -gtk -firefox" mybox etc # <i>time emerge kde-meta</i> <comment>(391 packages have been emerged)</comment> diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml index a73e214..15fcabf 100644 --- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml +++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml @@ -109,6 +109,41 @@ Wed Mar 8 00:46:05 CET 2006 </body> </section> <section> +<title>Select your profile</title> +<body> + +<p> +Choose your profile using eselect. This is an example of the output you might +see. +</p> + +<pre caption="Verifying System Profile"> +livecd / # <i>eselect profile list</i> +Available profile symlink targets: + [1] default/linux/x86/10.0 * + [2] default/linux/x86/10.0/desktop + [3] default/linux/x86/10.0/desktop/gnome + [4] default/linux/x86/10.0/server +</pre> + +<p> +Choose the appropriate profile. Keep in mind that default USE flags are +determined based on the profile you pick. +</p> + +<pre caption="Changing Profile"> +livecd / # <i>eselect profile set 2</i> +</pre> + +<note> +The <c>developer</c> subprofile is specifically for Gentoo Linux development +tasks. It is <e>not</e> meant to help you set up your general development +environments. +</note> + +</body> +</section> +<section> <title>Set your host name and domain name</title> <body> -- 1.7.12.4