From owner-freebsd-doc@FreeBSD.ORG Tue Jul 20 04:21:39 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 156FA10657C6 for ; Tue, 20 Jul 2010 04:21:39 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C11318FC1B for ; Tue, 20 Jul 2010 04:21:38 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.3) with ESMTP id o6K4Lb9S071776; Mon, 19 Jul 2010 22:21:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.3/Submit) with ESMTP id o6K4Lb03071773; Mon, 19 Jul 2010 22:21:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 19 Jul 2010 22:21:37 -0600 (MDT) From: Warren Block To: Glen Barber In-Reply-To: <4C44F9D3.9060009@gmail.com> Message-ID: References: <4C44F9D3.9060009@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; FORMAT=flowed Content-ID: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (wonkity.com [127.0.0.1]); Mon, 19 Jul 2010 22:21:37 -0600 (MDT) Cc: doc@freebsd.org Subject: Re: docs/147347: [patch][handbook] Request for comments on memstick install instructions X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2010 04:21:39 -0000 On Mon, 19 Jul 2010, Glen Barber wrote: > The section is currently modeled after the floppy disk install section, which > I did not remove as 7.3-RELEASE still contains the floppy disks on the CD; > though I noted floppy disk images were not included in 8.0 and newer. > > I'd like to get feedback from the documentation community before filing a PR. Filling the first 1K with zeros and labeling and newfs-ing the stick should not be necessary, as the image will overwrite that anyway. For the actual image, conv=sync should not be needed, and might as well use a 64k buffer: &prompt.root; dd if=&rel.current;-RELEASE-&arch.i386;-memstick.img of=/dev/da0 bs=64k