From owner-freebsd-questions@FreeBSD.ORG Fri Mar 19 01:11:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5E1A1065670 for ; Fri, 19 Mar 2010 01:11:15 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f197.google.com (mail-pz0-f197.google.com [209.85.222.197]) by mx1.freebsd.org (Postfix) with ESMTP id ABD428FC0C for ; Fri, 19 Mar 2010 01:11:15 +0000 (UTC) Received: by pzk35 with SMTP id 35so2066953pzk.28 for ; Thu, 18 Mar 2010 18:11:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=QMYpmETgDai+B6mgGG52mQVzu4DrXgwYJnlIUxxh6f4=; b=pbubIcDWYXfrUnPk1m0hGqQRnHg41+v/5YQvyXXYwr3JhG4jaKo1D3OLheEoL4PmiK uW/H/tOb+akwhzX2wIpq7weoU1EdwivUQiqH4nTQNelpqjQfaLmyd86/fB3Skdjgjg/E LS5wSlExY6SbDFw0PDOx1D/F7zfyodLWXuzCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=U2JPBwLG7LvY6ulZcaDgaFhN85mQ7PyJOjkSwXdIimrgWeOqwvsp3M2EfuoWWiQai8 OPwy8Rlu9DQNvJQLDQHYkknR5wq9GeMmp+1ciG7M3JpRNdMpD7jyBmFcUe9ah/ryunLn q2QPtEu6yCRLR2iqfG6+gLadDSQSc4n8hcvSw= MIME-Version: 1.0 Received: by 10.142.250.40 with SMTP id x40mr1793213wfh.47.1268961075026; Thu, 18 Mar 2010 18:11:15 -0700 (PDT) In-Reply-To: <4BA2C900.5010400@comclark.com> References: <4BA2C900.5010400@comclark.com> Date: Thu, 18 Mar 2010 20:11:14 -0500 Message-ID: <6201873e1003181811s2e9a9f6fsf0a8181cce339cdc@mail.gmail.com> From: Adam Vande More To: Aiza Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: VirtualBox from the command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 01:11:15 -0000 On Thu, Mar 18, 2010 at 7:44 PM, Aiza wrote: > Does VirtualBox launch from the FBSD command line? > Is there a package for it in the pkg system? > # VirtualBox -h Sun VirtualBox Graphical User Interface 3.1.2_OSE (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. Usage: --startvm start a VM by specifying its UUID or name --rmode sdl|image select different render mode (default is sdl) There are other ways too, eg VBoxHeadless -- Adam Vande More