aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_dist-gentoo-stage1/pkg-message
blob: b38ae7cd42dfc1d0e8a46c993202ad29116d9550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* 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.