Subject: Re: Preparing for floppy install
To: Vesa Norrman <storm8@usa.net>
From: Brian A. Seklecki <lavalamp@burghcom.com>
List: port-sparc
Date: 04/07/2001 16:19:47
From the MINIX install page:

The two installation floppies ROOT and USR can be combined on a 1.2 Mb or
1.44 Mb diskette. The .TAZ files must be distributed over several
floppies. How you do this depends on whether you have fetched the files to
a UNIX/MINIX system or to an MS-DOS system.

Example for UNIX:

        cat ROOT USR >/dev/floppy
        dd if=USR.TAZ of=/dev/floppy bs=1440k count=1 skip=0
        dd if=USR.TAZ of=/dev/floppy bs=1440k count=1 skip=1
        dd if=USR.TAZ of=/dev/floppy bs=1440k count=1 skip=2


Also, cyber from #NetBSD @ EFNet says split(1) will work (it also does the
file extension renaming).

The bigger question becomes: will sysinst accept the floppies as an
install media?

--Brian


On 7 Apr 2001, Vesa Norrman wrote:

> Hello, is it possible to make the split sets required for floppy installation
> using split(1) command? According to install.txt split sets are in ftp-site
> but ftp-site doesn't have them---atleast for version 1.5. Is there floppy
> install support in the installation program?
> Vesa
>
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>