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 [email protected] http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br

