From owner-freebsd-stable@FreeBSD.ORG Mon Feb 1 01:13:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A27106568D for ; Mon, 1 Feb 2010 01:13:17 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id EFB048FC13 for ; Mon, 1 Feb 2010 01:13:16 +0000 (UTC) Received: from inchoate.gsoft.com.au ([203.31.81.30]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id o111Cmkk032521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 1 Feb 2010 11:42:48 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: Ian Smith Date: Mon, 1 Feb 2010 11:42:44 +1030 User-Agent: KMail/1.9.10 References: <1264828108.4948.18.camel@neo.cse.buffalo.edu> <201001311506.32184.doconnor@gsoft.com.au> <20100201040016.B46992@sola.nimnet.asn.au> In-Reply-To: <20100201040016.B46992@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1611814.25ULi7BySM"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201002011142.46490.doconnor@gsoft.com.au> X-Spam-Score: -3.638 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: freebsd-stable@freebsd.org, Ken Smith Subject: Re: 7.3-BETA1 Available... [memstick.img?] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 01:13:17 -0000 --nextPart1611814.25ULi7BySM Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Mon, 1 Feb 2010, Ian Smith wrote: > On Sun, 31 Jan 2010, Daniel O'Connor wrote: > > On Sun, 31 Jan 2010, Ken Smith wrote: > > > No, no plans afoot for memsticks for the balance of the 7.X > > > releases. The sysinstall support for installing from a USB based > > > disk didn't get MFCed to stable/7. =C2=A0Even if it was we're already > > > something of a heavyweight on images (both CDs-with-packages and > > > DVD) so my plan all along had been to phase in the memstick > > > image for stable/8 and at the same time drop CDs-with-packages. > > > > FWIW the method I used works on 7.x because sysinstall understands > > how to read the install off a DOS device :) > > Still to figure out how your method - using Luigi's syslinux boot off > a FAT slice on a stick - works when 7's sysinstall can't see USB > disks? 7 _can_ see USB disks just fine, it has nothing to do with the USB=20 stack. The problem was purely that sysinstall did not look at certain=20 candidates for source media due to some old assumptions in the code.=20 The patches in 8.x to allow it to install "from USB" just changed it=20 to look harder for UFS source media. IMO FAT32 is more flexible anyway since 99.9% of all USB sticks already=20 come formatted using it, and 99.9% of all computers with USB ports can=20 read and write it. =46WIW there is a tool that is shipped with some Linux distros which can=20 take a CD/DVD image and munge it onto a USB stick. Unfortunately it=20 doesn't work on FreeBSD because I can't get the loader to read from the=20 USB stick directly which means I need to make an MFS for sysinstall=20 which contains the loader, kernel and sysinstall MFS. If such an image=20 were shipped as part of the build then this tool could be used by end=20 users to convert the ISO image themselves. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1611814.25ULi7BySM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iD8DBQBLZiqO5ZPcIHs/zowRAoSQAJ9wkzAPjOdafjZBJiX57uqwPuaYKQCeILiE VSggqKBpfE9WjO2m+0xJ/eI= =GlN/ -----END PGP SIGNATURE----- --nextPart1611814.25ULi7BySM--