From owner-freebsd-doc@FreeBSD.ORG Tue May 6 00:28:45 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A4D37B401; Tue, 6 May 2003 00:28:45 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6FC43FBD; Tue, 6 May 2003 00:28:44 -0700 (PDT) (envelope-from root@builder.freebsdmall.com) Received: by builder.freebsdmall.com (Postfix, from userid 0) id 8DB70F2D; Tue, 6 May 2003 00:28:44 -0700 (PDT) Date: Tue, 6 May 2003 00:28:44 -0700 From: Murray Stokely To: Eric Anderson Message-ID: <20030506072844.GR385@freebsdmall.com> References: <20030504160435.23937.qmail@web105.mail.yahoo.com> <20030505174851.GB52168@clan.nothing-going-on.org> <3EB6A499.5080305@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EB6A499.5080305@centtech.com> User-Agent: Mutt/1.4i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: gite vivek cc: freebsd-doc@freebsd.org cc: Nik Clayton Subject: Re: How to capture FreeBSD installation Screen - for review purpose X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 07:28:46 -0000 On Mon, May 05, 2003 at 12:51:21PM -0500, Eric Anderson wrote: > >That's not how the screen shots in the Handbook were generated. Look at > >the vidcontrol(1) man page, and the -p and -P options. Then look at > >ports/graphics/scr2png and ports/textproc/scr2txt. > > Is vidcontrol available during install? Hmm. I don't think so, but sysinstall tries to invoke it anyway in mouse.c? If it was truly required then you could build a custom boot floppy with it. You can run a fake installation with sysinstall on an existing system (for example, to populate a chroot directory hierarchy with release bits). I suspect that is how Randy Pratt and others have generated the release snapshots using the tools that Nik described (and wrote -- thanks Nik!) - Murray