Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:gentoo [2007/12/16 23:44]
127.0.0.1 external edit
linux:gentoo [2013/09/19 16:40]
Line 1: Line 1:
-====== Gentoo ====== 
- 
-Gentoo is a source distribution, very efficient and well done, with a very good documentation and community. 
- 
-If you want to do something with gentoo (configure sound, install X, etc), first try the official howtos of gentoo, and on the gentoo wiki, by typing "gentoo <thing> howto" in google (or "gentoo guide <chose>" for French documentation). There are really a lot of howtos. 
- 
-===== chroot ===== 
- 
-Chrooting is a well-known procedure for Gentoo users because it is necessary for its installation, and it probably works with other distributions but I'm not sure it is the same syntax. 
- 
-Chrooting consists to "change root", to run a system you have not booted on (for example you boot on a live cd, and you chroot to your system and you can run ''emerge'' etc on your system). 
- 
-If your system is on hda6 with a reiserfs file system : 
-<code bash> 
-mount -t reiserfs /dev/hda5 /mnt/gentoo 
-mount -t proc none /mnt/gentoo/proc 
-mount -o bind /dev /mnt/gentoo/dev 
-chroot /mnt/gentoo 
-env-update 
-source /etc/profile 
-</code> 
- 
- 
- 
- 
-===== Services ===== 
  
linux/gentoo.txt ยท Last modified: 2013/09/19 16:40 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0