Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 1995 11:18:33 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        hackers@freebsd.org
Subject:   Re: Help... need custom install disk...
Message-ID:  <199509140918.LAA09119@uriah.heep.sax.de>
In-Reply-To: <199509140211.VAA02805@bonkers.taronga.com> from "Peter da Silva" at Sep 13, 95 09:11:51 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Peter da Silva wrote:
> 
> I need a custom install disk with a modified adaptec driver. Or instructions
> for how to put one together. Anyone?

Create a two-floppy set.

Floppy 1:

disklabel -r -w -B fd0 fd1200
newfs -t 2 -u 15 -i 65536 -l 1 /dev/rfd0a
mount /dev/fd0a /mnt
cp custom.kernel /mnt/kernel
umount /mnt

Floppy 2:

the regular boot.flp

After the kernel has been loaded (perhaps with -c to give you a "safe"
time window), swap the floppies.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



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