Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 11:35:33 +0430
From:      Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
To:        freebsd-questions@freebsd.org
Subject:   buildworld and next kernel compilation
Message-ID:  <1408172733.5441.9.camel@debian>

next in thread | raw e-mail | index | archive | help
Dear BSD man,

Suppose i compile my kernel via:

///////////////////////////////////////////////////////
svn co svn://svn.freebsd.org/base/stable/10 /usr/src
svn up /usr/src
cd /usr/src
make buildworld
### edit my MYKERNELCONF
make kernel KERNELCONF=MYKERNELCONF
shutdown -r now
### boot via single user and use the following commands:
mount -u /
mount -a -t ufs #my fs is ufs
swapon -a
adjkerntz -i
mergemaster -p
cd /usr/src
make installworld
mergemaster -iF
make delete-old
reboot
make delete-old-libs
///////////////////////////////////

My question: suppose i need to again compile my kernel and add fooobar,
What do you suggesst procedure for compilation according to i compile
once?


                                                                  Yours,
                                                                  Mohsen






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1408172733.5441.9.camel>