From owner-freebsd-bugs Thu Apr 22 20:52:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3829014E65 for ; Thu, 22 Apr 1999 20:52:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA24877; Thu, 22 Apr 1999 20:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5D8A714F57; Thu, 22 Apr 1999 20:49:35 -0700 (PDT) Message-Id: <19990423034935.5D8A714F57@hub.freebsd.org> Date: Thu, 22 Apr 1999 20:49:35 -0700 (PDT) From: cpeterso@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11289: makeflp.bat suggestion: create "kernel" disk after "mfsroot" disk, so user doesn't have to swap disks twice. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11289 >Category: misc >Synopsis: makeflp.bat suggestion: create "kernel" disk after "mfsroot" disk, so user doesn't have to swap disks twice. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 22 20:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christopher Peterson >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Currently, Makeflp.bat creates the mfsroot disk after the kernel disk. Then Makeflp.bat asks the user to swap disks again and boot the kernel disk. This second disk swap is unnecessary and error-prone. If Makeflp.bat created the kernel disk second, then the user could immediately reboot and run the kernel disk without swapping. Some users might forget to remove the mfsroot disk and accidently try booting it, causing user confusion. >How-To-Repeat: >Fix: @echo off echo Please insert a 1.44MB floppy labelled as "mfsroot" and press return. pause echo Now writing the mfsroot.flp image onto the floppy. Please wait.. tools\fdimage.exe -v floppies\mfsroot.flp a: echo Please insert a 1.44MB floppy labelled as "kernel" and press return. pause echo Now writing the kern.flp image onto the floppy. Please wait.. tools\fdimage.exe -v floppies\kern.flp a: echo Done! When you are ready to install, make sure that the "kernel" floppy echo is in drive A and press the reset button. pause >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message