[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferències

Ací es mostren les diferències entre dos versions de la pàgina.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ca-valencia:slackware:beginners_guide [2014/12/31 13:07 (UTC)] – [Actualitzant el Sistema] el_pinux_penatca-valencia:slackware:beginners_guide [2015/01/08 10:32 (UTC)] – [Switch to a generic kernel] first translation el_pinux_penat
Llínea 144: Llínea 144:
  
  
-===== Switch to generic kernel =====+===== Canvia un nucli Genèric =====
  
-It's recommended that you switch to Slackware'//generic// kernelThis is easy to do but there are few steps to follow.+Es recomana que canvies al nucli //generic// d'SlackwareAçò és fàcil de fer però hi ha uns pocs passos seguir.
  
-<note tip>What is the difference between a "generic" kernel and the "huge" kernel which has been installed as the default kernel? \\ The "huge" kernel is essentially kernel which has every hardware driver built in which you might need for a successful installation of your computerThink of storage and (wirednetwork driversfilesystem and encryption drivers and a lot moreAll these built-in drivers result in big kernel image (hence the name "huge"). When this kernel boots it will use up a lot your RAM (relatively speaking... with 1 GB of RAM you will not really be troubled by a few MB less RAM). \\ The "generic" kernel on the other handis a kernel which has virtually no drivers built inAll drivers will be loaded into RAM on demandThis will make your kernel's memory consumption lower and the boot process a bit fasterThe smaller size allows for the use of an initial RAM disk or "initrd"An initial RAMdisk is required in certain configurationslike software RAID, or a fully encrypted hard drive.\\ For nowyou need to remember that a "huge" kernel will not support an intial RAM diskbut the "generic" kernel willWe go for maximum flexibility and use a "generic" kernel.</note>+<note tip>Quina és la diferència entre el nucli "generic" i el "huge", que s'ha instal·lat com a nucli per defecte? \\ El nucli "huge" és essencialment un nucli que té tots els controladors de maquinari que pugues necessitar per un instal·lació satisfactòria del teu ordinadorPensa en controladors de disc i de xarxa (de cable), sistemes de fitxers, xifrat i molt mésTots aquests controladors incorporats donen com resultat una imatge del nucli gran (d'ahí el nom "huge" (enorme)). Quan este nucli arranca utilitzarà molt la teua RAM (relativament parlant... amb 1 GB de RAM uns pocs MB menys no suposaran un problema). \\ Per una altra banda, el nucli "generic", és un nucli que virtualment no té controladors incorporatsTots els controladors es carregaran a la RAM baix demandaAçò farà que el consum de memòria del teu nucli siga més baixa i el procés d'arrancada una miqueta més ràpidLa menor mida permet l'ús d'un RAM disc inicial o "initrd"Un RAMdisk inicial és requisit indispensable en certes configuracionscom RAID de programario un disc dur completament xifrat.\\ Per aranecessites recordar que un nucli "huge" no suportarà un disc en RAM, però el "generic" Nosaltres optem per la màxima flexibilitat i usem un nucli "generic".</note>
  
-  * You will need to create an initial RAM disk ("//initrd//" for short). The //initrd// functions as a temporary root file system during the intial stage of the kernel booting,  and it helps get the actual root system mounted when your system bootsRun thisas root: <code>+  * Caldrà què crees un disc RAM inicial (abreviat "//initrd//"). L'//initrd// funciona com un sistema de fitxers arrel temporal durant la fase inicial de l'arrancada del nucli,  i ajuda a fer que el sistema de fitxers arrel siga muntat quan el teu sistema s'iniciaExecuta açòcom a root: <code>
 # /usr/share/mkinitrd/mkinitrd_command_generator.sh # /usr/share/mkinitrd/mkinitrd_command_generator.sh
-</code> This command will not actually //do// anythingIt is informational onlyand will output something like this depending on your kernel versionyour hardware configurationthe root filesystem you chose when you installed Slackware and so on: <code>+</code> Aquesta ordre de fet no //farà// resÉs només informatiui mostrarà alguna cosa com açò depenent de la teua versió del nuclila configuració del teu maquinariel sistema de fitxers arrel que vas triar al instal·lar Slackware i demés: <code>
 #                                                                                                                        #                                                                                                                       
 # mkinitrd_command_generator.sh revision 1.45                                                                            # mkinitrd_command_generator.sh revision 1.45                                                                           
 ca-valencia:slackware:beginners_guide ()