From owner-freebsd-embedded@freebsd.org Tue Sep 10 09:28:19 2019 Return-Path: Delivered-To: freebsd-embedded@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 929A6D1248 for ; Tue, 10 Sep 2019 09:28:19 +0000 (UTC) (envelope-from fabien.costard@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [IPv6:2a01:e0c:1:1599::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46SKTG2Cbpz4Dgn for ; Tue, 10 Sep 2019 09:28:14 +0000 (UTC) (envelope-from fabien.costard@free.fr) Received: from [IPv6:2a01:e34:ec92:d840:fde2:5e67:71ac:b50e] (unknown [IPv6:2a01:e34:ec92:d840:fde2:5e67:71ac:b50e]) (Authenticated sender: stardco) by smtp5-g21.free.fr (Postfix) with ESMTPSA id 125A05FFE8 for ; Tue, 10 Sep 2019 11:28:11 +0200 (CEST) From: Fabien Costard Subject: Default parameters for NanoBSD To: freebsd-embedded@freebsd.org Message-ID: <70eb2817-31d6-5671-11c2-dc2c4cc21850@free.fr> Date: Tue, 10 Sep 2019 11:28:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46SKTG2Cbpz4Dgn X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fabien.costard@free.fr has no SPF policy when checking 2a01:e0c:1:1599::14) smtp.mailfrom=fabien.costard@free.fr X-Spamd-Result: default: False [-0.79 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-0.80)[-0.804,0]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[free.fr]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-embedded@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.79)[-0.788,0]; IP_SCORE_FREEMAIL(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.00)[ip: (4.44), ipnet: 2a01:e00::/26(-3.49), asn: 12322(-1.97), country: FR(-0.00)]; DMARC_NA(0.00)[free.fr]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[4.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.9.9.5.1.1.0.0.0.c.0.e.0.1.0.a.2.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[free.fr]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 09:28:19 -0000 Hello everyone, This is a question about the default values used for the nanobsd. In the current default configuration (defaults.sh), the media size is set to 2000000 (NANO_MEDIASIZE=2000000). This size (1GB) does not allow to make an image when you follow the documentation online. I know that the purpose of the nanobsd is to make "light" FreeBSD system but would it be better to change the default media size when someone (like me) try to use and understand it step by step ? I found the media size have to be 9600000 (around 4.8GB) (to work with 2 images) What do you think about it ? Regards, Fabien