From owner-svn-doc-head@FreeBSD.ORG Wed Oct 31 21:24:50 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E3EE1DB; Wed, 31 Oct 2012 21:24:50 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 873D38FC15; Wed, 31 Oct 2012 21:24:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9VLOoHj034260; Wed, 31 Oct 2012 21:24:50 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VLOoka034258; Wed, 31 Oct 2012 21:24:50 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210312124.q9VLOoka034258@svn.freebsd.org> From: Eitan Adler Date: Wed, 31 Oct 2012 21:24:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39886 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 21:24:50 -0000 Author: eadler Date: Wed Oct 31 21:24:50 2012 New Revision: 39886 URL: http://svn.freebsd.org/changeset/doc/39886 Log: Improve the answer relating to corrupted downloads. Reviewed by: gjb Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Oct 31 21:24:47 2012 (r39885) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Oct 31 21:24:50 2012 (r39886) @@ -1252,21 +1252,17 @@ - What do I do if the floppy images does not fit on a - single floppy? + What do I do if the images do not fit on a + single disk? - A 3.5 inch (1.44 MB) floppy can accommodate - 1,474,560 bytes of data. The boot image is exactly - 1,474,560 bytes in size. - - Common mistakes when preparing the boot floppy + Common mistakes when preparing the boot media are: - Not downloading the floppy image in + Not downloading the image in binary mode when using FTP. @@ -1274,7 +1270,8 @@ ascii and attempt to change any end-of-line characters received to match the conventions used by the client's system. This will almost - invariably corrupt the boot image. Check the size of + invariably corrupt the boot image. Check the SHA-256 + of the downloaded boot image: if it is not exactly that on the server, then the download process is suspect.