From owner-svn-doc-head@freebsd.org Mon Aug 5 17:13:13 2019 Return-Path: Delivered-To: svn-doc-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19B1CA85C9; Mon, 5 Aug 2019 17:13:13 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 462PVJ6ztjz3xFG; Mon, 5 Aug 2019 17:13:12 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D18451EFCB; Mon, 5 Aug 2019 17:13:12 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x75HDCCM080213; Mon, 5 Aug 2019 17:13:12 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x75HDCNw080212; Mon, 5 Aug 2019 17:13:12 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201908051713.x75HDCNw080212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Mon, 5 Aug 2019 17:13:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53294 - head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Commit-Revision: 53294 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2019 17:13:13 -0000 Author: bhd Date: Mon Aug 5 17:13:12 2019 New Revision: 53294 URL: https://svnweb.freebsd.org/changeset/doc/53294 Log: - Typo: mount_vboxfs -> mount_vboxvfs - Use Virtualbox makro in title - Visible indentation fix Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Mon Aug 5 16:59:15 2019 (r53293) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Mon Aug 5 17:13:12 2019 (r53294) @@ -823,7 +823,7 @@ EndSection Shared folders for file transfers between host and VM are accessible by mounting them using - mount_vboxfs. A shared folder can be created + mount_vboxvfs. A shared folder can be created on the host using the VirtualBox GUI or via vboxmanage. For example, to create a shared folder called myshare under @@ -840,8 +840,7 @@ EndSection - &os; as a Host with - <application>VirtualBox</application> + &os; as a Host with &virtualbox; &virtualbox; is an actively developed, complete virtualization package, that is available @@ -1553,8 +1552,8 @@ kld_list="nmdm vmm" interface name. &prompt.root; sysrc cloned_interfaces="bridge0" - &prompt.root; sysrc ifconfig_bridge0="addm em0 SYNCDHCP" - &prompt.root; sysrc ifconfig_em0="up" +&prompt.root; sysrc ifconfig_bridge0="addm em0 SYNCDHCP" +&prompt.root; sysrc ifconfig_em0="up" Restart the host to load the &xen; kernel and start the Dom0.