* [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-x86-quickinstall-after-reboot.xml
@ 2008-04-03 17:04 Davide Cendron (scen)
0 siblings, 0 replies; 5+ messages in thread
From: Davide Cendron (scen) @ 2008-04-03 17:04 UTC (permalink / raw
To: gentoo-commits
scen 08/04/03 17:04:58
Modified: gentoo-x86-quickinstall-after-reboot.xml
Log:
Version 2, revision 1.2 of EN CVS
Revision Changes Path
1.2 xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?r1=1.1&r2=1.2
Index: gentoo-x86-quickinstall-after-reboot.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-x86-quickinstall-after-reboot.xml 8 Jan 2008 21:01:30 -0000 1.1
+++ gentoo-x86-quickinstall-after-reboot.xml 3 Apr 2008 17:04:57 -0000 1.2
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.1 2008/01/08 21:01:30 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.2 2008/04/03 17:04:57 scen Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>1</version>
-<date>2008-01-01</date>
+<version>2</version>
+<date>2008-03-30</date>
<section id="after-reboot">
<title>Completare l'installazione</title>
@@ -77,8 +77,7 @@
<pre caption="Visualizzare le flag USE in uso e abilitarne o disabilitarne
alcune">
miamacchina ~ # <i>emerge -vpe world</i>
-<comment>(Portage mostra i pacchetti e le loro USE flag, come esempio,
-disabilitiamo ipv6 e fortran, e abilitiamo unicode)</comment>
+<comment>(Portage mostra i pacchetti e le loro USE flag, come esempio, disabilitiamo ipv6 e fortran, e abilitiamo unicode)</comment>
miamacchina ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran unicode"' >> /etc/make.conf</i>
</pre>
@@ -90,6 +89,7 @@
<pre caption="Definire i locale">
miamacchina ~ # <i>cd /etc</i>
miamacchina etc # <i>nano -w locale.gen</i>
+miamacchina etc # <i>locale-gen</i>
</pre>
<p>
@@ -105,7 +105,7 @@
Si potrebbe voler anche provare a usare <b>~x86</b>. Lo si dovrebbe fare solo se
si è in grado di gestire ebuild o pacchetti malfunzionanti. Se si preferisce
avere un sistema stabile, non utilizzare la variabile <c>ACCEPT_KEYWORDS</c>.
-È una buona idea usare anche <c>FEATURES="parallel-fetch ccache"</c>.
+È una buona idea usare anche <c>FEATURES="ccache"</c>.
</p>
<pre caption="Ultime modifiche a make.conf">
@@ -113,7 +113,7 @@
<comment>(Impostare -march corrispondente al proprio processore in CFLAGS)</comment>
CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe"
<comment>(Aggiungere la linea seguente)</comment>
-FEATURES="parallel-fetch ccache"
+FEATURES="ccache"
<comment>(Aggiungere la linea seguente solo se si sa cosa si sta facendo)</comment>
ACCEPT_KEYWORDS="~x86"
</pre>
@@ -144,21 +144,19 @@
<comment>(Notare che il passaggio a ~x86 causa l'aggiornamento di molti pacchetti)</comment>
miamacchina etc # <i>emerge -vpuD --newuse world</i>
-<comment>(Esaminare con cura la lista dei pacchetti e le loro USE flag, rimuovere
-i pacchetti che ne bloccano altri se ce ne sono, e far partire il lungo processo)</comment>
+<comment>(Esaminare con cura la lista dei pacchetti e le loro USE flag, rimuovere i pacchetti che ne bloccano altri se ce ne sono, e far partire il lungo processo)</comment>
miamacchina etc # <i>time emerge -vuD --newuse world</i>
-<comment>(79 packages have been (re)compiled)</comment>
+<comment>(Sono stati (ri)compilati 79 pacchetti)</comment>
real 180m13.276s
user 121m22.905s
sys 36m31.472s
<comment>(Reinstallare libtool per evitare potenziali problemi)</comment>
-miamacchina etc # <i>emerge libtool</i>
+miamacchina etc # <i>emerge --oneshot libtool</i>
-<comment>(Aggiornare i file di configurazione, assicurandoci di <b>non</b> permettere
-a etc-update di modificare file di configurazione che si sono modificati)</comment>
-miamacchina etc # <i>etc-update</i>
+<comment>(Aggiornare i file di configurazione, assicurandoci di <b>non</b> permettere a dispatch-conf di modificare file di configurazione che si sono modificati)</comment>
+miamacchina etc # <i>dispatch-conf</i>
<comment>(Se si è aggiornato perl, è meglio eseguire perl-cleaner)</comment>
miamacchina etc # <i>time perl-cleaner all</i>
@@ -166,8 +164,7 @@
user 0m42.699s
sys 0m10.641s
-<comment>(In caso di aggiornamenti importanti a python, è meglio eseguire
- python-updater)</comment>
+<comment>(In caso di aggiornamenti importanti a python, è meglio eseguire python-updater)</comment>
miamacchina etc # <i>python-updater</i>
</pre>
@@ -198,10 +195,9 @@
<pre caption="Emerge di GNOME">
miamacchina etc # <i>emerge -vp gnome</i>
-<comment>(Esaminare la lista dei pacchetti e le loro flag USE, quindi
- modificare make.conf se richiesto)</comment>
+<comment>(Esaminare la lista dei pacchetti e le loro flag USE, quindi modificare make.conf se richiesto)</comment>
miamacchina etc # <i>nano -w /etc/make.conf</i>
-<comment>Sono state definite le USE flag seguenti)</comment>
+<comment>(Sono state definite le flag USE seguenti)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
-kde -qt3 -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
@@ -215,8 +211,7 @@
<pre caption="Emerge di KDE">
miamacchina etc # <i>emerge -vp kde-meta</i>
-<comment>(Esaminare la lista dei pacchetti e le loro flag USE, quindi
- modificare make.conf se richiesto)</comment>
+<comment>(Esaminare la lista dei pacchetti e le loro flag USE, quindi modificare make.conf se richiesto)</comment>
miamacchina etc # <i>nano -w /etc/make.conf</i>
<comment>Sono state definite ls USE flag seguenti)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-x86-quickinstall-after-reboot.xml
@ 2010-06-16 20:33 Davide Cendron (scen)
0 siblings, 0 replies; 5+ messages in thread
From: Davide Cendron (scen) @ 2010-06-16 20:33 UTC (permalink / raw
To: gentoo-commits
scen 10/06/16 20:33:16
Modified: gentoo-x86-quickinstall-after-reboot.xml
Log:
Version 2, revision 1.3 of EN CVS
Revision Changes Path
1.3 xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?r1=1.2&r2=1.3
Index: gentoo-x86-quickinstall-after-reboot.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gentoo-x86-quickinstall-after-reboot.xml 3 Apr 2008 17:04:57 -0000 1.2
+++ gentoo-x86-quickinstall-after-reboot.xml 16 Jun 2010 20:33:16 -0000 1.3
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.2 2008/04/03 17:04:57 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.3 2010/06/16 20:33:16 scen Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>2</version>
-<date>2008-03-30</date>
+<version>3</version>
+<date>2010-06-07</date>
<section id="after-reboot">
<title>Completare l'installazione</title>
@@ -199,7 +199,7 @@
miamacchina etc # <i>nano -w /etc/make.conf</i>
<comment>(Sono state definite le flag USE seguenti)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
- -kde -qt3 -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
+ -kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
miamacchina etc # <i>time emerge gnome</i>
<comment>(326 pacchetti sono stati installati)</comment>
@@ -215,7 +215,7 @@
miamacchina etc # <i>nano -w /etc/make.conf</i>
<comment>Sono state definite ls USE flag seguenti)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
- kde qt3 qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
+ kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
miamacchina etc # <i>time emerge kde-meta</i>
<comment>(391 pacchetti sono stati installati)</comment>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-x86-quickinstall-after-reboot.xml
@ 2010-07-30 18:10 Davide Cendron (scen)
0 siblings, 0 replies; 5+ messages in thread
From: Davide Cendron (scen) @ 2010-07-30 18:10 UTC (permalink / raw
To: gentoo-commits
scen 10/07/30 18:10:23
Modified: gentoo-x86-quickinstall-after-reboot.xml
Log:
Version 4, revision 1.4 of EN CVS
Revision Changes Path
1.4 xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?r1=1.3&r2=1.4
Index: gentoo-x86-quickinstall-after-reboot.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-x86-quickinstall-after-reboot.xml 16 Jun 2010 20:33:16 -0000 1.3
+++ gentoo-x86-quickinstall-after-reboot.xml 30 Jul 2010 18:10:22 -0000 1.4
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.3 2010/06/16 20:33:16 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.4 2010/07/30 18:10:22 scen Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>3</version>
-<date>2010-06-07</date>
+<version>4</version>
+<date>2010-07-12</date>
<section id="after-reboot">
<title>Completare l'installazione</title>
@@ -105,15 +105,12 @@
Si potrebbe voler anche provare a usare <b>~x86</b>. Lo si dovrebbe fare solo se
si è in grado di gestire ebuild o pacchetti malfunzionanti. Se si preferisce
avere un sistema stabile, non utilizzare la variabile <c>ACCEPT_KEYWORDS</c>.
-È una buona idea usare anche <c>FEATURES="ccache"</c>.
</p>
<pre caption="Ultime modifiche a make.conf">
miamacchina etc # <i>nano -w make.conf</i>
<comment>(Impostare -march corrispondente al proprio processore in CFLAGS)</comment>
CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe"
-<comment>(Aggiungere la linea seguente)</comment>
-FEATURES="ccache"
<comment>(Aggiungere la linea seguente solo se si sa cosa si sta facendo)</comment>
ACCEPT_KEYWORDS="~x86"
</pre>
@@ -139,9 +136,6 @@
</p>
<pre caption="Aggiornare i pacchetti">
-<comment>(Installare ccache)</comment>
-miamacchina etc # <i>emerge ccache</i>
-
<comment>(Notare che il passaggio a ~x86 causa l'aggiornamento di molti pacchetti)</comment>
miamacchina etc # <i>emerge -vpuD --newuse world</i>
<comment>(Esaminare con cura la lista dei pacchetti e le loro USE flag, rimuovere i pacchetti che ne bloccano altri se ce ne sono, e far partire il lungo processo)</comment>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-x86-quickinstall-after-reboot.xml
@ 2010-10-20 19:36 Davide Cendron (scen)
0 siblings, 0 replies; 5+ messages in thread
From: Davide Cendron (scen) @ 2010-10-20 19:36 UTC (permalink / raw
To: gentoo-commits
scen 10/10/20 19:36:47
Modified: gentoo-x86-quickinstall-after-reboot.xml
Log:
Version 5, revision 1.5 of EN CVS
Revision Changes Path
1.5 xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?r1=1.4&r2=1.5
Index: gentoo-x86-quickinstall-after-reboot.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-x86-quickinstall-after-reboot.xml 30 Jul 2010 18:10:22 -0000 1.4
+++ gentoo-x86-quickinstall-after-reboot.xml 20 Oct 2010 19:36:47 -0000 1.5
@@ -1,11 +1,12 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.4 2010/07/30 18:10:22 scen Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.5 2010/10/20 19:36:47 scen Exp $ -->
+
<included>
-<version>4</version>
-<date>2010-07-12</date>
+<version>5</version>
+<date>2010-10-13</date>
<section id="after-reboot">
<title>Completare l'installazione</title>
@@ -39,7 +40,7 @@
</pre>
<pre caption="Aggiungere un nuovo utente">
-miamacchina ~ # <i>adduser -g users -G lp,wheel,audio,cdrom,portage,cron -m giovanni</i>
+miamacchina ~ # <i>useradd -g users -G lp,wheel,audio,cdrom,portage,cron -m giovanni</i>
miamacchina ~ # <i>passwd giovanni</i>
New UNIX password: <comment>inserire_la_password_di_giovanni</comment>
Retype new UNIX password: <comment>reinserire_la_password_di_giovanni</comment>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-x86-quickinstall-after-reboot.xml
@ 2012-11-05 14:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-05 14:51 UTC (permalink / raw
To: gentoo-commits
ago 12/11/05 14:51:56
Modified: gentoo-x86-quickinstall-after-reboot.xml
Log:
Version 7, revision 1.7 of EN CVS
Revision Changes Path
1.7 xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml?r1=1.6&r2=1.7
Index: gentoo-x86-quickinstall-after-reboot.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo-x86-quickinstall-after-reboot.xml 22 Feb 2012 20:57:51 -0000 1.6
+++ gentoo-x86-quickinstall-after-reboot.xml 5 Nov 2012 14:51:56 -0000 1.7
@@ -1,12 +1,12 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.6 2012/02/22 20:57:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gentoo-x86-quickinstall-after-reboot.xml,v 1.7 2012/11/05 14:51:56 ago Exp $ -->
<included>
-<version>6</version>
-<date>2011-02-16</date>
+<version>7</version>
+<date>2012-07-24</date>
<section id="after-reboot">
<title>Completare l'installazione</title>
@@ -55,23 +55,23 @@
<p>
Cominciare scegliendo i mirror più vicini o definendo le variabili <c>SYNC</c>
-e <c>GENTOO_MIRRORS</c> in <path>/etc/make.conf</path> o usando
+e <c>GENTOO_MIRRORS</c> in <path>/etc/portage/make.conf</path> o usando
<c>mirrorselect</c>. A questo punto si può impostare il numero di processi di
compilazione contemporanei.
</p>
<pre caption="Usare mirrorselect e usare MAKEOPTS">
miamacchina ~ # <i>emerge mirrorselect</i>
-miamacchina ~ # <i>mirrorselect -i -o >> /etc/make.conf</i>
-miamacchina ~ # <i>mirrorselect -i -r -o >> /etc/make.conf</i>
+miamacchina ~ # <i>mirrorselect -i -o >> /etc/portage/make.conf</i>
+miamacchina ~ # <i>mirrorselect -i -r -o >> /etc/portage/make.conf</i>
<comment>(Solitamente un buon valore è il numero di processori più uno)</comment>
-miamacchina ~ # <i>echo 'MAKEOPTS="-j2"' >> /etc/make.conf</i>
+miamacchina ~ # <i>echo 'MAKEOPTS="-j2"' >> /etc/portage/make.conf</i>
</pre>
<p>
Ora è opportuno abilitare e/o disabilitare alcune flag USE. Usare <c>emerge -vpe
world</c> per avere la lista di tutti i pacchetti installati e le loro USE flag
-abilitate e/o disabilitate. Modificare <path>/etc/make.conf</path> o usare il
+abilitate e/o disabilitate. Modificare <path>/etc/portage/make.conf</path> o usare il
seguente comando per definire la variabile USE:
</p>
@@ -79,7 +79,7 @@
alcune">
miamacchina ~ # <i>emerge -vpe world</i>
<comment>(Portage mostra i pacchetti e le loro USE flag, come esempio, disabilitiamo fortran, e abilitiamo ipv6 e unicode)</comment>
-miamacchina ~ # <i>echo 'USE="nptl nptlonly ipv6 -fortran unicode"' >> /etc/make.conf</i>
+miamacchina ~ # <i>echo 'USE="nptl nptlonly ipv6 -fortran unicode"' >> /etc/portage/make.conf</i>
</pre>
<p>
@@ -95,7 +95,7 @@
<p>
Per ultimo, ma non meno importante, si può voler modificare la variabile
-<c>CFLAGS</c> nel file <path>/etc/make.conf</path> per ottimizzare il codice
+<c>CFLAGS</c> nel file <path>/etc/portage/make.conf</path> per ottimizzare il codice
alle proprie necessità. Notare che l'uso di una lunga lista di opzioni è
raramente necessario e può portare a rendere il sistema non funzionante. Si
raccomanda di specificare il tipo di processore con l'opzione <c>march</c> e
@@ -109,7 +109,8 @@
</p>
<pre caption="Ultime modifiche a make.conf">
-miamacchina etc # <i>nano -w make.conf</i>
+miamacchina etc # <i>cd portage</i>
+miamacchina portage # <i>nano -w make.conf</i>
<comment>(Impostare -march corrispondente al proprio processore in CFLAGS)</comment>
CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe"
<comment>(Aggiungere la linea seguente solo se si sa cosa si sta facendo)</comment>
@@ -191,7 +192,7 @@
<pre caption="Emerge di GNOME">
miamacchina etc # <i>emerge -vp gnome</i>
<comment>(Esaminare la lista dei pacchetti e le loro flag USE, quindi modificare make.conf se richiesto)</comment>
-miamacchina etc # <i>nano -w /etc/make.conf</i>
+miamacchina etc # <i>nano -w /etc/portage/make.conf</i>
<comment>(Sono state definite le flag USE seguenti)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
-kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
@@ -207,7 +208,7 @@
<pre caption="Emerge di KDE">
miamacchina etc # <i>emerge -vp kde-meta</i>
<comment>(Esaminare la lista dei pacchetti e le loro flag USE, quindi modificare make.conf se richiesto)</comment>
-miamacchina etc # <i>nano -w /etc/make.conf</i>
+miamacchina etc # <i>nano -w /etc/portage/make.conf</i>
<comment>Sono state definite ls USE flag seguenti)</comment>
USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-05 14:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 14:51 [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gentoo-x86-quickinstall-after-reboot.xml Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2010-10-20 19:36 Davide Cendron (scen)
2010-07-30 18:10 Davide Cendron (scen)
2010-06-16 20:33 Davide Cendron (scen)
2008-04-03 17:04 Davide Cendron (scen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox