Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 1999 20:49:35 -0700 (PDT)
From:      cpeterso@cs.washington.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   misc/11289: makeflp.bat suggestion: create "kernel" disk after "mfsroot" disk, so user doesn't have to swap disks twice.
Message-ID:  <19990423034935.5D8A714F57@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990423034935.5D8A714F57>