bootfloppy-big/Makefile creates 2.88M diskette image suitable for CD-ROM boot.
(Depends on new disktab from etc/etc.i386/.) Don't descend into bootfloppy and bootfloppy-small since these now overflow, now do ramdisk, fdset, bootfloppy-big, and bootfloppy-tiny.
This commit is contained in:
parent
437e1d2f00
commit
0c0355cfd9
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.8 1998/10/12 16:32:16 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.9 1999/02/01 21:55:31 he Exp $
|
||||
|
||||
SUBDIR= ramdisk bootfloppy bootfloppy-small bootfloppy-tiny
|
||||
SUBDIR= ramdisk fdset bootfloppy-big bootfloppy-tiny
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
27
distrib/i386/floppies/bootfloppy-big/Makefile
Normal file
27
distrib/i386/floppies/bootfloppy-big/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $NetBSD: Makefile,v 1.1 1999/02/01 21:55:32 he Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
|
||||
# This Makefile builds a boot image on a 2.88M-sized image.
|
||||
#
|
||||
# Since NetBSD currently can't write 2.88M diskettes, it's oly
|
||||
# use is as a boot image for El Torito bootable CD-ROM images.
|
||||
#
|
||||
# To prepare a CD, do the following steps:
|
||||
# 1) create a release(7) tree called NetBSD-1.3I
|
||||
# 2) create NetBSD-1.3I/boot.i386/ and place boot.fs in that directory
|
||||
# 3) do ``mkisofs -A "NetBSD ${version}" -b boot.i386/boot.fs -f \
|
||||
# -o i386-cd.img -r -T NetBSD-1.3I''
|
||||
# (you may omit '-f' if you're not using symlinks in the release tree)
|
||||
# This should place the image in i386-cd.img, which can hopefully
|
||||
# be used to burn a CD.
|
||||
|
||||
DISKTYPE= floppy288
|
||||
DISKSIZE= 5760
|
||||
|
||||
.include "${TOP}/bootfloppy-common/Makefile.inc"
|
Loading…
Reference in New Issue
Block a user