Subject: install/19589: Bug in the installation of NetBSD live with the floppy
To: None <gnats-bugs@gnats.netbsd.org>
From: None <lucas@ifrance.com>
List: netbsd-bugs
Date: 12/28/2002 01:46:39
>Number: 19589
>Category: install
>Synopsis: Bug in the installation of NetBSD live with the floppy
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: install-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Dec 28 01:47:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Hugo
>Release: NetBSD Live i386
>Organization:
>Environment:
NA
>Description:
When I use MKFLOPPY.BAT on the CD, it make the 2nd floppy, but not the
first, it jump it.
When I edit the MKFLOPPY.BAT, I see at the line 11 :
cdboot\rawrite -f -f \cdboot\boot1.fs -d A
instead of
cdboot\rawrite -n -f \cdboot\boot1.fs -d A
With the -f -f, rawrite give an error :
rawrite: '\cdboot\boot1.fs' - unknown option.
Use 'rawrite -h' for instructions.
and skip the creation of the floppy #1
Yours,
Hugo Simancas
>How-To-Repeat:
Executing the MKFLOPPY.BAT on the CD on the NetBSD live i386 CD.
>Fix:
Change the line 11 with :
cdboot\rawrite -n -f \cdboot\boot1.fs -d A
>Release-Note:
>Audit-Trail:
>Unformatted: