freebsd-ports/emulators/linux_dist-gentoo-stage1/pkg-message

18 lines
805 B
Text

* The port/package has attempted to enable Linux compatibility mode by loading
* the linux.ko kernel module. You can load the module manually as root with the
* command "kldload linux" or have it load automatically at boot time by adding
* to /etc/rc.conf the line:
*
* linux_enable="YES"
*
* You may wish to enable emulation of the Linux proc filesystem. See the
* linprocfs(5) man page.
*
* To download Portage, do "chroot /compat/linux emerge sync" as root. Then you
* may want to do "chroot /compat/linux /usr/portage/scripts/bootstrap.sh" to
* rebuild binutils, gcc, gettext, and glibc. See
* <URL:http://www.gentoo.org/doc/en/gentoo-alpha-install.xml> or
* <URL:http://www.gentoo.org/doc/en/gentoo-x86-install.xml> for more complete
* instructions.
*
* Do not do "emerge portage" in stage 1.