From owner-freebsd-embedded@FreeBSD.ORG Wed Aug 29 19:46:17 2012 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F54A1065676 for ; Wed, 29 Aug 2012 19:46:17 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id E1DA38FC15 for ; Wed, 29 Aug 2012 19:46:16 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so735463wgb.31 for ; Wed, 29 Aug 2012 12:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=KCpZ4BQWVrAyHJ6CtfCUzqteru9eMU1UtLBpmxb/l4s=; b=d9eD/0gL1vcc1p4f9mmaqS63PKsPgNbOIQxBFdsXCmdItlIKD81QjxpEAnyn2ZU+n7 HPe+BS+71XT+ztzDl9ppqYZH9YE3O+oNEV8Vw9PeXBhBDiKokchHNsbKjvdxwGkNvOxD HpnWfY+eOn7enakfypHBpgg/I8lemQqGV4hdwgILYUtBAZPRPsd9shlHPn+Dq84tLKfm 6XvwcXnYGObxgLyLa/+wkq0oG6lict3A0VECk+rGq/8RXlsZxc9ys+XCgt+GvYlHBCsf JLGX03Y40DSO1EIuksMgWA7oT/oTbRNzEwY+7RuaQuuKG+7xRiO9vHoiNeY77g65E3b+ oA4A== Received: by 10.216.136.66 with SMTP id v44mr1541925wei.159.1346269575505; Wed, 29 Aug 2012 12:46:15 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.223.153.200 with HTTP; Wed, 29 Aug 2012 12:45:55 -0700 (PDT) In-Reply-To: <20120829142000.64903@relay.ibs.dn.ua> References: <20120829142000.64903@relay.ibs.dn.ua> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Wed, 29 Aug 2012 21:45:55 +0200 X-Google-Sender-Auth: bG9kkiluPUPvYSdwVSfh13U2eaQ Message-ID: To: Zeus Panchenko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: nanoBSD + xorg (vesa)? X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 19:46:17 -0000 On Wed, Aug 29, 2012 at 1:20 PM, Zeus Panchenko wrote: > hi all, > I'd like to get nanoBSD with minimal xorg installation (to be able to > run image/pdf viewer and browser) which I can flash to USB stick to have > the only OS at hand > > what I need for that? > You can try with my work-in-progress "BSD media center" based on nanobsd/xorg/XBMC. Instruction for building the image here: https://code.google.com/p/bsdmc/wiki/HowToCompile You need to edit the BSDMC.nano file and start by removing the lines: add_port "comms/lirc" add_port "multimedia/ffmpeg" add_port "graphics/cairo" add_port "multimedia/xbmc" Once done you can add your own ports. Then don't forget to remove some XBMC tricks in BSDMC_custom () The nanobsd image mount the / in read-only mode, depending of the software used, this limitation need some tricks. Regards, Olivier