Subject: CVS commit: basesrc/distrib/i386/floppies
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/06/2002 18:15:57
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Feb  6 16:15:57 UTC 2002

Modified Files:
	basesrc/distrib/i386/floppies/ramdisk-rescuetiny: Makefile
	basesrc/distrib/i386/floppies/ramdisk-tiny: Makefile

Log Message:
Changes to the tiny images so that an mfs /dev isn't required (there might
not be enough RAM to support that), at the expense of more inodes and a
slightly larger md file system (which, when compressed down, still fits in
a kernel and that kernel still fits on a 1.2MB floppy):
- Define MAKEDEV_DEVS to 'std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0'.
- Call makefs with -f 10, to add a few spare inodes.
- Crank imagesize from 1344k to 1440k to handle extra space needed by the
  inodes containing the devices.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 \
    basesrc/distrib/i386/floppies/ramdisk-rescuetiny/Makefile
cvs rdiff -r1.18 -r1.19 basesrc/distrib/i386/floppies/ramdisk-tiny/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.