How to install src in FreeBSD 10.0?

Hello!
Yahoo! I'm a happy owner of fresh FreeBSD 10.0 installation!
But I can not find 'sysinstall' command. Seems like FreeBSD does no longer hold this command.
But... Sysinstall was my favourite tool for some post install configurations. For instance I need to add kernel sources to /usr/src folder.
Actually I'm a bit confused. I don't want to get into touch with svn.

Is there any simple and handy tool to add kernel sources and other post install configurations instead of sysinstall?
 
Sysinstall and related tools have been deprecated a long time ago and have been removed from base in FreeBSD 10.

If you don't want to use SVN and are happy with the -RELEASE sources (i.e. no security fixes), then either extract the source from your install media (CD/DVD/USB pendrive) or get it online (replace $ARCH with your architecture of choice, e.g. i386).

To actually extract the archive simply use tar -C / -xvf src.txz
 
For that one specific item, one can run tzsetup at any time. I suspect that this is true for many other parts of sysinstall.
 
sysinstall(8) was more likely to destroy your installation that actually configure it. It was never a good idea to do any kind of configuration with it.
 
Back
Top