From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 31 19:10:26 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 292C97AF; Wed, 31 Dec 2014 19:10:26 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 1327E64459; Wed, 31 Dec 2014 19:10:26 +0000 (UTC) Received: from AlfredMacbookAir.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id DAF76341F85A; Wed, 31 Dec 2014 11:10:25 -0800 (PST) Message-ID: <54A44A57.1080507@freebsd.org> Date: Wed, 31 Dec 2014 11:11:19 -0800 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Garrett Cooper Subject: Re: How to make a FreeBSD vm in virtualbox. References: <13C55A7B-4010-40FA-901B-DF8ED6BADD87@freebsd.org> <54A44974.5080909@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: Ryan Kois , hackers@freebsd.org, re@freebsd.org, Claudia Yadathi , Wojciech Puchar X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 19:10:26 -0000 On 12/31/14 11:08 AM, Garrett Cooper wrote: > On Dec 31, 2014, at 11:07, Alfred Perlstein wrote: > >> On 12/31/14 10:37 AM, Wojciech Puchar wrote: >>>> One final question, is there a possibility we could add some changes to the image so that it auto-dhcp's an address? Most people who just download the image won't know to "dhclient em0" or even what an "em0" is. >>> doesn't >>> >>> ifconfig_em0=DHCP >>> >>> do this? >>> >> I know that. >> >> You know that. >> >> Do non-freebsd people know that? >> >> What do other distro's OS's do? In this day and age, any OS trying to stay relevant will autoconfigure. > Which is why I brought up the suggestion for the interactive network config dialog from bsdinstall. Redhat’s only been doing that with Anaconda for the past… uh, 15 years? Makes a ton of sense. -Alfred