Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 1996 05:21:55 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        dennis@etinc.com (Dennis)
Subject:   Re: Making Bootable Disks
Message-ID:  <199608200321.FAA15332@uriah.heep.sax.de>
In-Reply-To: <199608192103.RAA17791@etinc.com> from Dennis at "Aug 19, 96 05:03:40 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Dennis wrote:
> 
> Is it outlined/described anywhere how to make a bootable system floppy? 

disklabel -Brw fd0
newfs ... /dev/rfd0a  (look into /etc/disktab for the options)
mount /dev/fd0a /mnt
cp /kernel /mnt
umount /mnt

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
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?199608200321.FAA15332>