From owner-freebsd-questions Sun May 18 12:00:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA07104 for questions-outgoing; Sun, 18 May 1997 12:00:34 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA07083 for ; Sun, 18 May 1997 12:00:29 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id VAA00236; Sun, 18 May 1997 21:00:21 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705181900.VAA00236@helbig.informatik.ba-stuttgart.de> Subject: Re: /stand/sysinstall log? In-Reply-To: <3.0.1.32.19970518130413.006fd804@pop01.ny.us.ibm.net> from Ken Presser at "May 18, 97 01:04:13 pm" To: kendp@ibm.net (Ken Presser) Date: Sun, 18 May 1997 21:00:21 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Does sysinstall write out a log file of its actions? I was installing a > bunch of ports and it locked up in the middle of the install. I need to > know what it did and didn't finish. Also is there a way to recover all > those little checkmarks I made in selecting things to install? To see which packages are installed, do a # pkg_info -a and reselect the remaining packages again in /stand/sysinstall or install them with pkg_add(1). Wolfgang