From owner-freebsd-questions@freebsd.org Sat Jul 18 15:34:38 2020 Return-Path: Delivered-To: freebsd-questions@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 0004036CAD5 for ; Sat, 18 Jul 2020 15:34:37 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (static-71-163-255-121.washdc.fios.verizon.net [71.163.255.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail", Issuer "mail" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8Bqw5BLtz4QRs for ; Sat, 18 Jul 2020 15:34:36 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from tripel.monochrome.org (tripel.monochrome.org [192.168.1.11]) by mail.monochrome.org (8.15.2/8.15.2) with ESMTP id 06IFYUxY024095; Sat, 18 Jul 2020 11:34:30 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Sat, 18 Jul 2020 11:34:30 -0400 (EDT) From: Chris Hill To: Lonnie Cumberland cc: freebsd-questions@freebsd.org Subject: Re: mfsBSD Question In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4B8Bqw5BLtz4QRs X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of chris@monochrome.org has no SPF policy when checking 71.163.255.121) smtp.mailfrom=chris@monochrome.org X-Spamd-Result: default: False [0.14 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.26)[-0.260]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.16)[0.155]; NEURAL_HAM_LONG(-0.65)[-0.651]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[monochrome.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:701, ipnet:71.163.0.0/16, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2020 15:34:38 -0000 On Fri, 17 Jul 2020, Lonnie Cumberland wrote: > I am trying to learn my way through building the "mini" (about 27MB) > mfsBSD (64-bit AMD) for FeeBSD RELEASE 12.1 and came across these > instructions: > > https://hashbang0.com/2019/02/07/setting-up-mfsbsd-for-receiving-zfs-snapshots-on-systems-with-low-memory/ > > ---------------------------------- > root@bil-bsd # cd /var/tmp > > # Fetch the FreeBSD ISO > root@bil-bsd # fetch > https://download.freebsd.org/ftp/releases/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-disc1.iso You downloaded the ISO for the full-fat FreeBSD. If you want the "mini" one, perhaps look at https://download.freebsd.org/ftp/releases/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-mini-memstick.img ...there doesn't seem to be an ISO as such. Hope this helps. [ snip ] -- Chris Hill chris@monochrome.org