From owner-freebsd-hackers Thu May 16 06:25:07 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA29403 for hackers-outgoing; Thu, 16 May 1996 06:25:07 -0700 (PDT) Received: from mail0.iij.ad.jp (root@mail0.iij.ad.jp [192.244.176.61]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA29398 for ; Thu, 16 May 1996 06:25:04 -0700 (PDT) Received: from uucp1.iij.ad.jp (uucp1.iij.ad.jp [192.244.176.73]) by mail0.iij.ad.jp (8.6.12+2.4W/3.3W9-MAIL) with ESMTP id WAA04161; Thu, 16 May 1996 22:24:21 +0900 Received: (from uucp@localhost) by uucp1.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id WAA22390; Thu, 16 May 1996 22:24:20 +0900 Received: from xxx.fct.kgc.co.jp by yyy.kgc.co.jp (8.7.5/3.4W:95122611) id VAA06891; Thu, 16 May 1996 21:39:30 +0900 (JST) Received: from localhost by xxx.fct.kgc.co.jp (8.6.12/3.3W8:95062916) id VAA05852; Thu, 16 May 1996 21:39:29 +0900 Message-Id: <199605161239.VAA05852@xxx.fct.kgc.co.jp> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: candy@fct.kgc.co.jp (Toshihiro Kanda), hackers@FreeBSD.org Subject: Re: Does /stand/sysinstall overwrite existing system? In-reply-to: Your message of "Thu, 16 May 1996 11:48:27 +0200." <199605160948.LAA01108@uriah.heep.sax.de> Date: Thu, 16 May 1996 21:39:29 +0900 From: Toshihiro Kanda Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In message <199605160948.LAA01108@uriah.heep.sax.de>, J Wunsch writes: > > I'm running FreeBSD 2.1 in sd1. There's an unformatted disk in sd0. > > I wanted to install FreeBSD 2.2-960501 into sd0 by /stand/sysinstall > > (which is in sd1). I selected only `[X] sd0' in the `Select Drive(s)' > > dialog, then continued. > > You should have used the installation floppy instead. Sysinstall > behaves differently when being run in place of /sbin/init (i.e., it > knows that it's going to install a system then). I see, thank you. What I really wanted to do is capturing the sysinstall screen images. (My goal is publishing "Install guide" WWW pages with these graphics.) I could do this by xv(l), kterm(1) and vga font came with pcemu(1); please see http://www.asahi-net.or.jp/~ZW6T-KND/welcome.gif for an example, doesn't it seem good? I also captured all steps of sysinstall happily until it had stopped :-( Thank you again for hints. Then I'm going to try hack sysinstall. candy@fct.kgc.co.jp (Toshihiro Kanda)