History log of /netbsd-current/distrib/i386/floppies/bootfloppy-small/Makefile
Revision Date Author Comments
# 1.17 18-Nov-2002 lukem

branches: 1.17.32;
Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".


# 1.16 15-Oct-2002 lukem

netbsd.INSTALL_SMALL and netbsd.RESCUE_SMALL have grown past the size
of a single 1.2MB floppy; cranky FLOPPYMAX to use two floppies.
the kernel and the contents of the ramdiskbin have both grown...

(We should just merge the install & rescue functionality of the -small
floppies into one two x 1.2MB floppy set, since -small is for older
machines with 1.2MB floppy drives, versus those with extremely small
RAM constraints)


# 1.15 13-Oct-2002 lukem

Merge kernel-ramdisk & kernel-rescue into instkernel, now that
../../common/Makefile.mdset supports building multiple copies of the
same kernel (as long as they're to separate filenames).
Now there's no need to set FLOPPYKERNDIR, as it now defaults to instkernel.


# 1.14 15-Apr-2002 lukem

- Convert to using distrib/common/buildfloppies.sh, which can build both
single and multi-volume floppies in better fashion that the crufty
shell commands in the various Makefiles.
- Move fdset* -> bootfloppy*, as that's more consistent


# 1.13 11-Apr-2002 lukem

Yet Another Cleanup:
- factor more stuff into common/Makefile.*
- use NDWO makefile layout
- don't always rebuild bootfloppy-* and fdset-* stuff. (mmm, dependencies)
- add .WAIT sync in top level Makefile


# 1.12 05-Mar-2002 thorpej

Use ${PRINTOBJDIR}.


# 1.11 07-Feb-2002 lukem

since we have ${TOP}, use it...


# 1.10 03-Feb-2002 lukem

Major overhaul, to enable unprivileged (cross) building, removing the
requirement to build as root on a system with vnconfig.


Use ${KERNSRCDIR} and ${_SRC_TOP_} where appropriate

Remove now-obsolete:
list2sh.awk runlist.sh bootfloppy-common/list

Bootfloppy-*/Makefile: don't need to set DISKTYPE or BLOCK8K any more

Rename bootfloppy-common/Makefile.inc to common/Makefile.bootfloppy
and fdset-common/Makefile.inc to common/Makefile.fdset
This uses makefs instead of vnconfig and disklabel, thus removing the
need for root privileges to build these floppies..

Add common/Makefile.ramdisk, to simplify ramdisk-*/Makefile.
Uses shared ${_SRC_TOP_}/distrib/common/Makefile.crunch and
${_SRC_TOP_}/distrib/common/Makefile.image to even further simply things.

Migrate ramdisk-*/dot.profile to a shared common/dot.profile, which
detects whether it's an install or rescue profile based on the existance
of /sysinst. Remove /dev generation code as init(8) now does that for us.

Migrate common parts of */list to a shared common/list.ramdisk.
Convert ramdisk-*/list to new format used by distrib/common/parselist.awk
Don't bother running pwd_mkdb now that libhack's getpwent parses
/etc/master.passwd instead of /etc/passwd.

Migrate ramdisk-*/mtree.conf to a shared common/mtree.conf, which is now a
new full-path-style specfile.

Remove ramdisk-*/ramdiskbin.conf as it's now automatically generated
from ramdisk-*/list by parselist.awk.

Migrate ramdisk-*/termcap.mini to a shared common/termcap.mini.

Remove unused ramdisk-{small,tiny}/disktab.preinstall.

Use .for loops in kernel-*/Makefile to simply defining mostly-duplicated
targets.

ramdisk-*/Makefile: convert to using common/Makefile.ramdisk

Remove unused ramdisk-*/dot.hdprofile.


# 1.9 26-Sep-2000 fvdl

branches: 1.9.2;
Rearrange bootfloppies. The idea is that "rescue" tools go on the
floppies as long as they fit, but they are the first to be sacrificed
if space is short, and get moved to a seperate rescue floppy.

This means that the default fdset and the 2.88M image have them,
but others (the "small" and "tiny" floppies) do not.

Sysinst is also back on the "tiny" image, and tested to be working
within 4M.


# 1.8 12-Jun-2000 he

Fix the previous in another way:

o Wave goodbye to INSTALL_SMALL-based boot image (it was originally
built for 5.25" media, but isn't anymore).
o Make a separate ramdisk image for the INSTALL_TINY image,
using the old script-based installer (not fixed/checked at the moment).
However, at least tweak the profile scripts to start it instead of sysinst.
Also remove ping6 and rtsol from ramdisk compared to original; the
INSTALL_TINY image doesn't have INET6.
o Add dump/restore back into both ramdisk images.
o Add scsictl and chio to the normal ramdisk image (INSTALL-based fdset)
o With dump/restore reinstated, remove the rescue-* and ramdisk-rescue
directories.

So, we're now back to having the recovery tools on the same image as
the boot media images.


# 1.7 05-May-2000 mycroft

Build bootfloppy-small, as a 1.44MB floppy image.


# 1.6 05-May-2000 mycroft

Need BLOCK8K now.


# 1.5 05-May-2000 mycroft

Merge latest build system changes, and use the kernels built in ramdisk-kernel.


# 1.4 01-May-2000 sjg

use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.


# 1.3 23-Mar-1999 drochner

allow to set location of INSTALL kernel from command line so that
bootfloppies can be built with r/o /usr/src or with other kernels


# 1.2 29-Nov-1997 perry

remove ${REV} from floppy names per new practice.


# 1.1 05-Nov-1997 perry

branches: 1.1.2;
small (1.2M) bootfloppy Makefile


# 1.1.2.2 29-Nov-1997 perry

pullup from trunk:remove ${REV} from floppy names per new practice.


# 1.1.2.1 05-Nov-1997 perry

file Makefile was added on branch netbsd-1-3 on 1997-11-29 21:29:09 +0000


# 1.9.2.2 09-Oct-2000 fvdl

Sync with -current. Approved by jhawk. Original commit message:

Rearrange bootfloppies. The idea is that "rescue" tools go on the
floppies as long as they fit, but they are the first to be sacrificed
if space is short, and get moved to a seperate rescue floppy.

This means that the default fdset and the 2.88M image have them,
but others (the "small" and "tiny" floppies) do not.

Sysinst is also back on the "tiny" image, and tested to be working
within 4M.


# 1.9.2.1 26-Sep-2000 fvdl

file Makefile was added on branch netbsd-1-5 on 2000-10-09 13:43:28 +0000


# 1.17.32.1 05-Oct-2008 mjf

Sync with HEAD.