Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies Changes to the tiny images so that an ...



details:   https://anonhg.NetBSD.org/src/rev/fac4ad333b7d
branches:  trunk
changeset: 521821:fac4ad333b7d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Feb 06 16:15:56 2002 +0000

description:
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.

diffstat:

 distrib/i386/floppies/ramdisk-rescuetiny/Makefile |  6 ++++--
 distrib/i386/floppies/ramdisk-tiny/Makefile       |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 7648ef8d61a2 -r fac4ad333b7d distrib/i386/floppies/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Wed Feb 06 16:12:18 2002 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Wed Feb 06 16:15:56 2002 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.16 2002/02/03 16:22:26 lukem Exp $
+#      $NetBSD: Makefile,v 1.17 2002/02/06 16:15:56 lukem Exp $
 
 BOOTMODEL=     tiny
 IMAGE=         ramdisk-rescue${BOOTMODEL}.fs
-IMAGESIZE=     1344k
+IMAGESIZE=     1440k
+MAKEDEV_DEVS=  std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
+MAKEFS_FLAGS=  -f 10
 
 .include "../common/Makefile.ramdisk"
diff -r 7648ef8d61a2 -r fac4ad333b7d distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile       Wed Feb 06 16:12:18 2002 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile       Wed Feb 06 16:15:56 2002 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.18 2002/02/03 16:22:28 lukem Exp $
+#      $NetBSD: Makefile,v 1.19 2002/02/06 16:15:57 lukem Exp $
 
 BOOTMODEL=     tiny
 IMAGE=         ramdisk-${BOOTMODEL}.fs
-IMAGESIZE=     1344k
+IMAGESIZE=     1440k
+MAKEDEV_DEVS=  std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
+MAKEFS_FLAGS=  -f 10
 
 .include "../common/Makefile.ramdisk"



Home | Main Index | Thread Index | Old Index