View previous topic :: View next topic |
Author |
Message |
ToCrAz n00b
Joined: 18 Sep 2004 Posts: 39
|
Posted: Thu Sep 30, 2004 4:58 pm Post subject: [Genkernel] Compiler le noyau sans livecd (Résolu) |
|
|
Voila, j'en ai marre de me tapper le livecd à chaque fois que je veux recompiler mon noyau (ca faut déjà au moins 70 fois ...)
alors pn m'a dit que l'on pouvais le recompiler directement à partir de la console quand on boot normalement.
Alors j'ai essayer la commande
Code: | root@tocraz root # genkernel --menuconfig all |
et ca m'a coller un message d'erreur ... je pense que je m'y prend mal ^^
voila, merci !
Last edited by ToCrAz on Fri Oct 01, 2004 4:40 pm; edited 1 time in total |
|
Back to top |
|
|
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
|
Back to top |
|
|
FouiniX n00b
Joined: 18 Mar 2004 Posts: 26 Location: France
|
Posted: Thu Sep 30, 2004 10:33 pm Post subject: |
|
|
Avec Genkernel (3.0.2c) je fais comme ca :
Code: | # mount /boot
# cd /usr/src/
# rm -f linux
# ln -s linux-2.x.xx linux
# genkernel --no-bootsplash --menuconfig all
|
_________________ /home/fouiny_blog |
|
Back to top |
|
|
Pachacamac Veteran
Joined: 22 Nov 2003 Posts: 1264 Location: Paris - France
|
Posted: Thu Sep 30, 2004 10:47 pm Post subject: |
|
|
FouiniX wrote: | Avec Genkernel (3.0.2c) je fais comme ca :
Code: | # mount /boot
# cd /usr/src/
# rm -f linux
# ln -s linux-2.x.xx linux
# genkernel --no-bootsplash --menuconfig all
|
|
mount /boot est effectué par genkernel si nécessaire. on économise ses efforts ou non, moi oui |
|
Back to top |
|
|
jpwalker Guru
Joined: 12 Jul 2004 Posts: 503 Location: Annecy - 74 - France - In Tartiflette We Trust ;-)
|
Posted: Fri Oct 01, 2004 7:36 am Post subject: |
|
|
Sinon à la main c'est pas mal non plus _________________ JPW@lker
Ride & Enjoy
|
|
Back to top |
|
|
kernelsensei Bodhisattva
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Fri Oct 01, 2004 10:21 am Post subject: |
|
|
jpwalker wrote: | Sinon à la main c'est pas mal non plus |
Ouais, je confirme, la main est a mon avis, la seule maniere d'avoir un kernel propre ! _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Fri Oct 01, 2004 10:48 am Post subject: |
|
|
kernel_sensei wrote: | jpwalker wrote: | Sinon à la main c'est pas mal non plus |
Ouais, je confirme, la main est a mon avis, la seule maniere d'avoir un kernel propre ! |
ça s'est bien vrai mais bon on l'a dit si souvent que si on continue, kernel_sensei, on va passer pour des intégristes trolleurs de vétéran (c'est comme le coup de ViM )
make [menu, old]config RULEZ
sinon pour le coup du mount /boot, il y a moyen de s'arranger avec le Makefile pour faire un make install qui monte le boot et copie ce qui va bien _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
ToCrAz n00b
Joined: 18 Sep 2004 Posts: 39
|
Posted: Fri Oct 01, 2004 4:40 pm Post subject: |
|
|
C bon ca marche nikel
merci à tous pour vos réponses |
|
Back to top |
|
|
|