From owner-freebsd-questions Sat Jan 26 8:45: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 3799B37B416 for ; Sat, 26 Jan 2002 08:44:56 -0800 (PST) Received: (qmail 12477 invoked from network); 26 Jan 2002 16:31:11 -0000 Received: from dap-216-151-64-222.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (216.151.64.222) by smtp3.mx.pitdc1.stargate.net with SMTP; 26 Jan 2002 16:31:11 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 678734844F; Sat, 26 Jan 2002 11:31:39 -0500 (EST) From: "Doug Reynolds" To: "Erik Trulsson" Cc: "freebsd-questions@FreeBSD.ORG" , "Patrick Fish (patrick@pwhsnet.com)" Date: Sat, 26 Jan 2002 11:33:40 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <20020126074219.GA43298@student.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: 4.4-RELEASE to 4.4-STABLE Message-Id: <20020126163139.678734844F@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 26 Jan 2002 08:42:20 +0100, Erik Trulsson wrote: >On Sat, Jan 26, 2002 at 02:29:51AM -0500, Doug Reynolds wrote: >> >> cvsup >> >> make buildworld >> make kernel KERNCONF=yourkernelconf >> reboot >> boot single user mode by hitting the space and typing boot -s and >> enter. hit enter when it asks you for the shell; then: >> fsck -p >> umount -a >This umount seems quite unnecessary since if you just rebooted into >single-user mode the only thing mounted will be / which is mounted >read-only. OTOH one thing you probably do want here instead is >swapon -a >to make sure that any swapspace you have can be used. >(I once forgot that on a memory-poor machine. The installworld died > halfway through with an out-of-memory error.) I thought / was readonly until you fsck'd and remountd it. swapon -a would be good, although my machine has 256megs >> mount -a >> >> make installworld >> mergemaster >> reboot >> >> that'll up you to the latest. >> >> (btw, if anyone sees any safely problems with this order, lemme know, >> seems totally redundant) > >Redundant? No. You can usually skip the 'reboot into single-user mode' >part without any ill-effects but that is about it. however, if you just shutdown now, you wont be able to test the kernel before you install the userland. and everyone claims it is hard to go back to the old userland after you commit it. on my system, since it isn't production or anything, i'd probably just do it all in multi-user mode just to see if i could break it. :) --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message