From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 23:35:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C369616A41B for ; Fri, 16 Nov 2007 23:35:52 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 99D5113C469 for ; Fri, 16 Nov 2007 23:35:52 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAGNZmhx007845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 16 Nov 2007 15:35:48 -0800 X-Auth-Received: from dzihan.cs.washington.edu (dzihan.cs.washington.edu [128.208.4.96]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAGNZmFk025932 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Nov 2007 15:35:48 -0800 Message-ID: <473E2954.6010608@u.washington.edu> Date: Fri, 16 Nov 2007 15:35:48 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (X11/20071003) MIME-Version: 1.0 To: "Philip M. Gollucci" References: <13793437.post@talk.nabble.com> <473DF9F4.8030502@u.washington.edu> <200711161453.45484.josh@tcbug.org> <473E1962.4040908@riderway.com> In-Reply-To: <473E1962.4040908@riderway.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.16.151709 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_800_899 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Josh Paetzel , "freebsd-questions@freebsd.org" , cuongvt Subject: Re: I went to 8.0 current accidently :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2007 23:35:52 -0000 Philip M. Gollucci wrote: > Josh Paetzel wrote: > >> Regardless, there's no real supported downgrade procedure. It's probably >> possible, but you are in wizard territory. >> > Its possible, not easy, even with mismatched kernels. > make -k > > repeatedly seems to install enough stuff the first time that the second > time its really close. > > Don't try it in production. Actually, there isn't too much of a difference between 7.x and 8.x right now (in comparison to what there will be later on), so I don't see why make buildworld and buildkernel with their respective install targets wouldn't be feasible. You just might have some extra junk libraries or features sitting around your harddrive from 8.x that aren't present in 7.x, but not too many.. Cheers, -Garrett