diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /emulators/linux_base-f10/pkg-message | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'emulators/linux_base-f10/pkg-message')
-rw-r--r-- | emulators/linux_base-f10/pkg-message | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/emulators/linux_base-f10/pkg-message b/emulators/linux_base-f10/pkg-message deleted file mode 100644 index cdc3245b0f90..000000000000 --- a/emulators/linux_base-f10/pkg-message +++ /dev/null @@ -1,24 +0,0 @@ -This software is based in part on the work of the FreeType Team. -See <URL:http://www.freetype.org/>. - -Installation of the Linux base system is finished. The Linux kernel -mode, which must be enabled for Linux binaries to run, is now -enabled. Linux mode can be enabled permanently with the linux_enable -variable of rc.conf(5). - -To make use of NIS you have to adjust yp.conf and nsswitch.conf in -/compat/linux/etc/ accordingly. For example: - -Set your yp-server and yp-domainname in yp.conf: - domainname my.yp.domainname - ypserver my.yp.server - -Let your lists for hosts, passwd and group be resolved via nsswitch.conf: - passwd: files nis - shadow: files nis - group: files nis - hosts: files dns nis - -WARNING: doing work which needs to chroot into the linux base may not work. -In such cases (e.g. cross-development) you are better suited with a linux_dist -port. |