summaryrefslogtreecommitdiff
path: root/emulators/linux_base/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base/pkg-message')
-rw-r--r--emulators/linux_base/pkg-message15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/linux_base/pkg-message b/emulators/linux_base/pkg-message
deleted file mode 100644
index 29ff240f225d..000000000000
--- a/emulators/linux_base/pkg-message
+++ /dev/null
@@ -1,15 +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).
-
-When using NIS, be sure to edit yp.conf in /compat/linux/etc/.
-
-You may wish to create and populate /compat/linux/dev/ if you plan to chroot
-into your Linux installation. For example:
-
- mkdir /compat/linux/dev
- mknod /compat/linux/dev/null c 2 2
- chmod 666 /compat/linux/dev/null