Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

CONRAD Install Guide 0.7.5 - (__DEPRECATED__)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
238 posts
  • Page 3 of 10
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next
Author
Message
-valheru-
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Oct 26, 2005 11:37 am

  • Quote

Post by -valheru- » Mon Nov 07, 2005 2:27 am

Thanks. The .iso I dl'd today does not have any fb settings in grub. So I'll just add the no parameter and see what happens.
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Mon Nov 07, 2005 6:36 pm

I'm trying to install a fresh system on my laptop, but it halts during the first emerge. I know I had that problem with anoter livecd too, but I don't remember which kernel options I had to disable for it to worl. Any ideeas?
gentoo.ro
Top
shadrach
n00b
n00b
Posts: 2
Joined: Sat Nov 05, 2005 12:36 am

  • Quote

Post by shadrach » Mon Nov 07, 2005 8:04 pm

I had an issue where once i got the kernel sources down, and got menuconfig done, wouldnt "make bzImage". Did I just make some dumb n00b mistake?
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Mon Nov 07, 2005 8:07 pm

shadrach wrote:I had an issue where once i got the kernel sources down, and got menuconfig done, wouldnt "make bzImage". Did I just make some dumb n00b mistake?
You get an error message at 'make bzimage' point? What is that error?
gentoo.ro
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Mon Nov 07, 2005 8:47 pm

shadrach wrote:I had an issue where once i got the kernel sources down, and got menuconfig done, wouldnt "make bzImage". Did I just make some dumb n00b mistake?
Don't put yourself down :wink:

Post your exact error, and post your procedures for building the kernel.

-----
# emerge archck-sources
# rm /usr/src/linux
# ln -s /usr/src/linux-2.6.X-archckx /usr/src/linux
# cd /usr/src/linux
# make menuconfig (Load the CONRAD-Config file, or configure manually)
# make && make modules_install && make install
------

Hopefully it's something simple.
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
-valheru-
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Oct 26, 2005 11:37 am

  • Quote

Post by -valheru- » Tue Nov 08, 2005 1:27 am

nojoy on setting vesafb:off

I have a spare old nvidia card which i'll use to set up the machine and then switch back to my ati card. see if that does it.
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Tue Nov 08, 2005 6:45 am

damn that archck kernel config u have is huge, and i disabled some stuff i didnt needed, but i guess a lot of other shit are still there i see a lot of Modules
anyways this installation process was more fun than the others .. guide is very easy to follow :)

now I'm getting when emerging splashutils and splash-themes-gentoo

Unpacking klibc-1.1.tar.bz2 to /var/tmp/portage/klibc-1.1./work *It does not look like your cross-compiler is setup properly! .. ERROR : dev-libs/klibc-1.1 failed. Fuction src_unpack Line 67 Exitcode 0 .

CHOST= i686-pc-linux-gnu

I Looked at my usr and I Only found i386-pc-linux-gnu not i686
Thank You
Top
carpman
Advocate
Advocate
Posts: 2202
Joined: Thu Jun 20, 2002 2:42 pm
Location: London - UK

  • Quote

Post by carpman » Tue Nov 08, 2005 2:12 pm

hello, currently doing a test install on an Xp box i have but was wondering if it is possible to convert existing system to this setup bu rebuilding everything?

i know i should just do fresh install but have duron 1100 with everything configured so would not want to go through that all gain but could leave it on rebuilding system for as long as required.

cheers
Work Station - 64bit
Gigabyte GA X48-DQ6 Core2duo E8400
8GB GSkill DDR2-1066
SATA Areca 1210 Raid
BFG OC2 8800 GTS 640mb
--------------------------------
Notebook
Samsung Q45 7100 4gb
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Tue Nov 08, 2005 8:24 pm

RobNyc wrote:damn that archck kernel config u have is huge, and i disabled some stuff i didnt needed, but i guess a lot of other shit are still there i see a lot of Modules
anyways this installation process was more fun than the others .. guide is very easy to follow :)

now I'm getting when emerging splashutils and splash-themes-gentoo

Unpacking klibc-1.1.tar.bz2 to /var/tmp/portage/klibc-1.1./work *It does not look like your cross-compiler is setup properly! .. ERROR : dev-libs/klibc-1.1 failed. Fuction src_unpack Line 67 Exitcode 0 .

CHOST= i686-pc-linux-gnu

I Looked at my usr and I Only found i386-pc-linux-gnu not i686
RobNYC, which architecture did you install as? Check make.conf to make sure it is, CHOST=i686-pc-linux-gnu, and NOT i386 - it installs from the x86 tarballs, which by default, use i386, but in the installation it is changed before it builds the toolkit and system to the appropriate make.conf for your architecture.
carpman wrote:hello, currently doing a test install on an Xp box i have but was wondering if it is possible to convert existing system to this setup bu rebuilding everything?

i know i should just do fresh install but have duron 1100 with everything configured so would not want to go through that all gain but could leave it on rebuilding system for as long as required.

cheers
carpman, It is possible, do the following.

Code: Select all

# wget bfgraphics.net/conrad/0.5.0/athlon-xp/conrad-install-athlon-xp-part2.sh
# chmod +x conrad-install*
# mv conrad-install* /
# cd /
# nano conrad-install-*
Find the part where it says, emerge -e system, change it to emerge -e world.
then execute the script
# ./conrad-install*
Then it should execute everything, and the entire world will be the most up-to-date packages compiled by GCC4, and GCC4 will be the default compiler.
For the reiser4 FileSystem - You will have to copy all your files to a seperate partition, run mkfs.reiser4 /dev/hdx on the conrad install livecd, then copy everything back over, chroot, and re-install grub "grub" or "grub-install" command

Also if you copy your partition to a reiser4 one, you will need reiser4 in the kernel.
By getting a vanilla kernel and applying the reiser4 patch, or downloading a patchset, archck,acid,nitro,dark,love, etc
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
steelrose
Apprentice
Apprentice
User avatar
Posts: 245
Joined: Mon May 06, 2002 5:28 pm
Location: Cyprus

  • Quote

Post by steelrose » Wed Nov 09, 2005 12:58 am

Hi.Can i install conrad with chroot or by cd with qemu?
Hey.I am new to Linux and i will ask some stupid questions sometimes so please don't get angry with me and help
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Wed Nov 09, 2005 1:02 am

steelrose wrote:Hi.Can i install conrad with chroot or by cd with qemu?
I'm sure you can do it by chrooting. I can't see any reason why this wouldn't be possible.
gentoo.ro
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 3:08 am

cheater1034 wrote:
RobNyc wrote:damn that archck kernel config u have is huge, and i disabled some stuff i didnt needed, but i guess a lot of other shit are still there i see a lot of Modules
anyways this installation process was more fun than the others .. guide is very easy to follow :)

now I'm getting when emerging splashutils and splash-themes-gentoo

Unpacking klibc-1.1.tar.bz2 to /var/tmp/portage/klibc-1.1./work *It does not look like your cross-compiler is setup properly! .. ERROR : dev-libs/klibc-1.1 failed. Fuction src_unpack Line 67 Exitcode 0 .

CHOST= i686-pc-linux-gnu

I Looked at my usr and I Only found i386-pc-linux-gnu not i686
RobNYC, which architecture did you install as? Check make.conf to make sure it is, CHOST=i686-pc-linux-gnu, and NOT i386 - it installs from the x86 tarballs, which by default, use i386, but in the installation it is changed before it builds the toolkit and system to the appropriate make.conf for your architecture.
I did checked. I'm gonna re-do anyhow. cuz i did follow everything, etc . then i was up to the splashutils step and later on got that prob
[
Thank You
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Wed Nov 09, 2005 3:21 am

steelrose wrote:Hi.Can i install conrad with chroot or by cd with qemu?
I haven't tested qemu - I know you can install it with vmware.

by chroot is strongly not reccomended, you may get compiler errors, and it's way faster to migrate to gcc 4 after booting.

Is there any particular reason you want to do it from chroot? you basically setup a basic bootable system, and once booted you migrate to the new compiler.
----
As I said, you can TRY from a chroot, but in my experience, installing from the chroot on the livecd will start giving you the following errors, on system packages like GROFF
Error: C++ compiler cannot create executables

Which happens offen when people upgrade their compilers to anything new, there are various reasons to this, however, I have not found the fix for this error in the chroot, it is just something not meant to be.

However, I find it better and way quicker (less ram-consuming) to do it as shown in the guide.
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 4:26 am

After I Finished doing script 1 it says..

DOne!
DEleting Stage3 Tarball and Portage Tarball...
Done!
Copying Mounts,mounting proc, and chrooting
When done, execute second script
mount: none already mounted or /mnt/gentoo/proc busy
mount: according to mtab, none is laready mounted on /mnt/gentoo/proc
Thank You
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 5:41 am

by the way the conrad-livecd make.conf is i386-pc-linux-gnu, the pentium3 make.conf i got and mv is i686-pc-linux-gnu
when I'm emerging the archck-sources it says..

Adjusting permissions on ccache in /var/tmp/ccache
!!! Cannot create log.... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portage
!!! Cannot create log... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portage


but it goes on well though
Thank You
Top
carpman
Advocate
Advocate
Posts: 2202
Joined: Thu Jun 20, 2002 2:42 pm
Location: London - UK

  • Quote

Post by carpman » Wed Nov 09, 2005 11:00 am

Think you have some errors in guide?


The partiton layout/reference is not consistant:

In this section hd3 is / and reiser4

Code: Select all

4.3 - Creating your partitons - Reiser4 for root, ext2 for boot, swap for swap
Code:
# mkfs.reiser4 /dev/hda3
# mkfs.ext2 /dev/hda1
# mkswap /dev/hda2
# swapon /dev/hda2 



In this section you are mounting hda3 (reiser4) as /boot which should be hda1 and ext2?

Code: Select all

9.4 - Emerging Grub
(Very soon, I will change to how to install grub 0.97 with reiser4 support/splash, and setup the /boot/grub directory and inject grub-0.97 to tell portage it's installed)
Code:
# mount /dev/hda3 /boot
# echo sys-boot/grub ~x86 >> /etc/portage/package.keywords
# emerge grub

In tis section you are again mounting hda3 as /boot

Code: Select all

12.3 - Configuring FSTAB
Code:
# nano /etc/fstab
# <fs>               <mountpoint>  <type>       <opts>               <dump/pass>
/dev/hda3            /boot         ext2     noauto,notail        1 2
/dev/hda1            /             reiser4     notail               0 1
/dev/hda2            none          swap         sw                   0 0
/dev/hdd   /mnt/cdrom    iso9660      user,noauto,ro,exec  0 0
/dev/fd0             /mnt/floppy   auto         noauto,users         0 0

If i am correct and havenot missed someting then the grub setup also is wrong.

Also with kernel the method you use to build kernel installs it in boot as:

Code: Select all

vmlinuz-2.6.14-archck1
but in grub you ref:

Code: Select all

kernel-2.6.14-archck1

not big stuff but may cause confusion.
Last edited by carpman on Wed Nov 09, 2005 12:56 pm, edited 1 time in total.
Work Station - 64bit
Gigabyte GA X48-DQ6 Core2duo E8400
8GB GSkill DDR2-1066
SATA Areca 1210 Raid
BFG OC2 8800 GTS 640mb
--------------------------------
Notebook
Samsung Q45 7100 4gb
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 11:55 am

Once again .. i'm done with kernel, this time seems it took a lil longer but I even pretty much configured it manually well i used your config and then i checked .. done!

next i looked at /usr and i only saw i386 not i686 once again ... and im doing emerge splashutils splash-themes-gentoo

!!! Cannot create log.... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portage
!!! Cannot create log... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portag


and in all my emerges that keeps showing


and once again the error of my cross-compiler
Thank You
Top
steelrose
Apprentice
Apprentice
User avatar
Posts: 245
Joined: Mon May 06, 2002 5:28 pm
Location: Cyprus

  • Quote

Post by steelrose » Wed Nov 09, 2005 2:34 pm

Cheater 1034 wrote :
I haven't tested qemu - I know you can install it with vmware.

by chroot is strongly not reccomended, you may get compiler errors, and it's way faster to migrate to gcc 4 after booting.

Is there any particular reason you want to do it from chroot? you basically setup a basic bootable system, and once booted you migrate to the new compiler.
----
As I said, you can TRY from a chroot, but in my experience, installing from the chroot on the livecd will start giving you the following errors, on system packages like GROFF
Error: C++ compiler cannot create executables

Which happens offen when people upgrade their compilers to anything new, there are various reasons to this, however, I have not found the fix for this error in the chroot, it is just something not meant to be.

However, I find it better and way quicker (less ram-consuming) to do it as shown in the guide
The only reason i want to install it by chroot or qemu is just to have something to do will installing conrad.By the way i will chroot from a existent gentoo not livecd.. I will try it and tell you about the results
8)
Hey.I am new to Linux and i will ask some stupid questions sometimes so please don't get angry with me and help
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Wed Nov 09, 2005 6:35 pm

RobNyc wrote:Once again .. i'm done with kernel, this time seems it took a lil longer but I even pretty much configured it manually well i used your config and then i checked .. done!

next i looked at /usr and i only saw i386 not i686 once again ... and im doing emerge splashutils splash-themes-gentoo

!!! Cannot create log.... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portage
!!! Cannot create log... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portag


and in all my emerges that keeps show
and once again the error of my cross-compiler
loging as su and mkdir -p /var/log/portage
its missing thats all. thats your log dir for portage
Last edited by seren on Wed Nov 09, 2005 6:38 pm, edited 1 time in total.
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Wed Nov 09, 2005 6:37 pm

steelrose wrote:Cheater 1034 wrote :
I haven't tested qemu - I know you can install it with vmware.

by chroot is strongly not reccomended, you may get compiler errors, and it's way faster to migrate to gcc 4 after booting.

Is there any particular reason you want to do it from chroot? you basically setup a basic bootable system, and once booted you migrate to the new compiler.
----
As I said, you can TRY from a chroot, but in my experience, installing from the chroot on the livecd will start giving you the following errors, on system packages like GROFF
Error: C++ compiler cannot create executables

Which happens offen when people upgrade their compilers to anything new, there are various reasons to this, however, I have not found the fix for this error in the chroot, it is just something not meant to be.

However, I find it better and way quicker (less ram-consuming) to do it as shown in the guide
The only reason i want to install it by chroot or qemu is just to have something to do will installing conrad.By the way i will chroot from a existent gentoo not livecd.. I will try it and tell you about the results
8)


if your using the gentoo live vd your not going to be able to read or write in reiser4, you need a live cd with a kernel patch for reiser4
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Wed Nov 09, 2005 6:39 pm

carpman wrote:Think you have some errors in guide?


The partiton layout/reference is not consistant:

In this section hd3 is / and reiser4

Code: Select all

4.3 - Creating your partitons - Reiser4 for root, ext2 for boot, swap for swap
Code:
# mkfs.reiser4 /dev/hda3
# mkfs.ext2 /dev/hda1
# mkswap /dev/hda2
# swapon /dev/hda2 



In this section you are mounting hda3 (reiser4) as /boot which should be hda1 and ext2?

Code: Select all

9.4 - Emerging Grub
(Very soon, I will change to how to install grub 0.97 with reiser4 support/splash, and setup the /boot/grub directory and inject grub-0.97 to tell portage it's installed)
Code:
# mount /dev/hda3 /boot
# echo sys-boot/grub ~x86 >> /etc/portage/package.keywords
# emerge grub

In tis section you are again mounting hda3 as /boot

Code: Select all

12.3 - Configuring FSTAB
Code:
# nano /etc/fstab
# <fs>               <mountpoint>  <type>       <opts>               <dump/pass>
/dev/hda3            /boot         ext2     noauto,notail        1 2
/dev/hda1            /             reiser4     notail               0 1
/dev/hda2            none          swap         sw                   0 0
/dev/hdd   /mnt/cdrom    iso9660      user,noauto,ro,exec  0 0
/dev/fd0             /mnt/floppy   auto         noauto,users         0 0

If i am correct and havenot missed someting then the grub setup also is wrong.

Also with kernel the method you use to build kernel installs it in boot as:

Code: Select all

vmlinuz-2.6.14-archck1
but in grub you ref:

Code: Select all

kernel-2.6.14-archck1

not big stuff but may cause confusion.
wow one BIG typo =0
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 7:08 pm

damn so many mistakes =\
anyone knows why im getting the cross-compiler error?
Thank You
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 7:10 pm

seren wrote:
RobNyc wrote:Once again .. i'm done with kernel, this time seems it took a lil longer but I even pretty much configured it manually well i used your config and then i checked .. done!

next i looked at /usr and i only saw i386 not i686 once again ... and im doing emerge splashutils splash-themes-gentoo

!!! Cannot create log.... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portage
!!! Cannot create log... No write access / Does not exist
!!! PORT_LOGDIR: /var/log/portag


and in all my emerges that keeps show
and once again the error of my cross-compiler
loging as su and mkdir -p /var/log/portage
its missing thats all. thats your log dir for portage


thanks
Thank You
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Wed Nov 09, 2005 8:17 pm

Carpman, I fixed that and added to install grub when /boot is on root, and when you have a seperate boot partition
Sorry, I don't use a boot partition :-p

RobNYC, Sorry about that error, mkdir -p /var/log/portage is the correct fix, I added after downloading the new make.conf about making appropriate overlay and log directories.
------

Edit * The conrad website is going up in a few hours, you can read the emotional story about why we used the name and logo of Conrad, on the "About"

And you can read about various other conrad gentoo projects, I wil post back when it is up :)
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
RobNyc
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Tue Oct 11, 2005 11:42 pm
Location: NYC

  • Quote

Post by RobNyc » Wed Nov 09, 2005 8:27 pm

cheater1034 wrote:Carpman, I fixed that and added to install grub when /boot is on root, and when you have a seperate boot partition
Sorry, I don't use a boot partition :-p

RobNYC, Sorry about that error, mkdir -p /var/log/portage is the correct fix, I added after downloading the new make.conf about making appropriate overlay and log directories.
------

Edit * The conrad website is going up in a few hours, you can read the emotional story about why we used the name and logo of Conrad, on the "About"

And you can read about various other conrad gentoo projects, I wil post back when it is up :)
ok. i was gonna try the i686 instead of pentium3
but anyhow just ring me when is up so i can go ahead .. please review this guide to make sure its complete like somebody found some leaks
Thank You
Top
Post Reply

238 posts
  • Page 3 of 10
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic