aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtio-kmod/pkg-message
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2012-01-09 14:58:27 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2012-01-09 14:58:27 +0000
commit830f2f6374b7ec0df41ebec01523f2d9519369af (patch)
treeb8ab4a55074854b6bf67c245e7f957e63a8c5f94 /emulators/virtio-kmod/pkg-message
parent2688018172e7d54a8a74ba6253bf329b65a35e9a (diff)
downloadports-830f2f6374b7ec0df41ebec01523f2d9519369af.tar.gz
ports-830f2f6374b7ec0df41ebec01523f2d9519369af.zip
Notes
Diffstat (limited to 'emulators/virtio-kmod/pkg-message')
-rw-r--r--emulators/virtio-kmod/pkg-message9
1 files changed, 2 insertions, 7 deletions
diff --git a/emulators/virtio-kmod/pkg-message b/emulators/virtio-kmod/pkg-message
index 91eba778a71f..7db5130c888f 100644
--- a/emulators/virtio-kmod/pkg-message
+++ b/emulators/virtio-kmod/pkg-message
@@ -1,9 +1,4 @@
-To use these modules, copy into /boot/kernel directory:
-
-# cp -Rp ${PREFIX}/modules/* /boot/kernel/
-# kldxref /boot/kernel
-
-and add loading lines in /boot/loader.conf:
+To use these modules, add loading lines in /boot/loader.conf:
virtio_load="YES"
virtio_pci_load="YES"
@@ -13,7 +8,7 @@ virtio_balloon_load="YES"
and edit fstab and interface config in rc.conf:
-# sed -i.bak -e 's|/dev/ada?/|/dev/vtbd/|' /etc/fstab
+# sed -i.bak -Ee 's|/dev/ada?|/dev/vtbd|' /etc/fstab
# sed -i.bak -e 's|em0|vtnet0|' /etc/rc.conf
and enable virtio devices in host's domain.xml: