Legal , depois entao posso personalizar meu Kernel dessa forma?

/usr/sbin/config MYKERNEL
cd ../compile/MYKERNEL
cd ../../compile/MYKERNEL
Compile the kernel.
make depend
make
make instal

e futuramente mudar no meu /etc/make.conf para o  KERNCONF=KERNEL_CONFIGURADO
e atualzar o source de novo (quando mais atualzcoes estiverem ok).

Alexandre




Márcio Luciano Donada wrote:

Sim mas coloquei o  na tag o seguinte RELENG_5_3
pelo que vi para atualizar o Freee é o seguinte
echo "KERNCONF=SEU_KERNEL" >> /etc/make.conf

cd /usr/src
make buildworld
make buildkernel
make installkernel
shutdown now
mount -t ufs -a
cd /usr/src
mergemaster -p
make installworld
mergemaster -Pi
reboot

Não entend essa linha "echo "KERNCONF=SEU_KERNEL" >> /etc/make.conf"
Bom depois que atualizar tenho que personalizar o Kernel sao esses os
comandos?
/usr/sbin/config MYKERNEL
cd ../compile/MYKERNEL
cd ../../compile/MYKERNEL
Compile the kernel.
make depend
make
make instal

Toda a ajuda é bem-vinda

Alexandre



Alexandre, bom dia
A lista do KERNCONF=SEU_KERNEL irá ficar no make.conf e quando você for,
por exemplo, atualizar o seu FreeBSD, ele automaticamente, já está
definindo, qual é o kernel que você irá complicar com o make buildkernel
KERNCONF=SEU_KERNEL && make installkernel KERNCONF=SEU_KERNEL, ok? Depois
de feito isso você, reinicia o sistema, entra em modo init 1 e make
installworld e mergemaster -Pi (vide histórico ou man) ou ainda podes
continuar daqui:

shutdown now
mount -t ufs -a
cd /usr/src
mergemaster -p
make installworld
mergemaster -Pi
reboot

Espero que lhe ajude.

[]'s




_______________________________________________
Freebsd mailing list
Freebsd@fug.com.br
http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br

Reply via email to