I am trying to compile a new kernel for VIMAGE support. Based on what I see in the handbook I need to have my source installed (already done), update my kernel configuration file to include
When trying to compile VIMAGE I get an error though:
Can someone shed some light on this topic?
Also, when I installed my system I told it to install source code which is why I have all of the code in /usr/src. There have been several updates/patches since that time though. Do I need to worry about obtaining that code as well, or has it been updating that each time I installed updates via
Thanks in advance.
options VIMAGE (already done). My next step is to compile VIMAGE and then finally rebuild the kernel.When trying to compile VIMAGE I get an error though:
Code:
brad@mercury:/usr/src/tools/tools/vimage$ sudo make install
install -s -o root -g wheel -m 555 vimage /usr/sbin/vimage
install: vimage: No such file or directory
*** Error code 71
Stop.
make: stopped in /usr/src/tools/tools/vimage
brad@mercury:/usr/src/tools/tools/vimage$
Also, when I installed my system I told it to install source code which is why I have all of the code in /usr/src. There have been several updates/patches since that time though. Do I need to worry about obtaining that code as well, or has it been updating that each time I installed updates via
freebsd-update?Thanks in advance.