First you have to dynamically load the linux object in the kernel:
kldload linux
Then we have to make this loading permanent so add
Code:
linux_enable="YES"to /etc/rc.conf. After this, install a linux layer:
cd /usr/ports/emulators/linux_base-f10
make install distclean
Go to [fileI]/etc/fstab[/file] and add the following line:
Code
(
Read more... )