Browse Source

Due to recent savings with instbin, we can take i386 to one install

floppy. A few drivers are missing, but the world has moved on (the drivers
included are always a work in progress)
Speeds up make release substantially, of course.
OPENBSD_5_7
deraadt 9 years ago
parent
commit
78f9439cae
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/etc/etc.i386/Makefile.inc

+ 2
- 3
src/etc/etc.i386/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.23 2014/03/07 22:50:31 tedu Exp $
# $OpenBSD: Makefile.inc,v 1.24 2015/01/12 17:10:38 deraadt Exp $
KERNELS += GENERIC.MP bsd.mp
@ -7,6 +7,5 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/cdboot ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/cdbr ${RELEASEDIR}
MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs floppyB${OSrev}.fs \
floppyC${OSrev}.fs miniroot${OSrev}.fs \
MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs miniroot${OSrev}.fs \
pxeboot cdboot cdbr

Loading…
Cancel
Save