diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-07 21:18:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-07 21:18:07 +0000 |
commit | 5082f87cd2e722a864d4c0c3fcdf79f7fd69f1d3 (patch) | |
tree | ff75cda5137b5949590f7310ea496f24ff5c7aa5 /distrib/sparc | |
parent | 63c74067f6dde8598e89dde8ee18c1dc52ae6ebc (diff) |
Decrease inode pressure on the miniroot by doing MAKEDEV ramdisk instead of
MAKEDEV all, since the scripts can create the needed nodes later; found the
hard way by hshoexer@
ok deraadt@
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/miniroot/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc/miniroot/list b/distrib/sparc/miniroot/list index a0538a7aa78..163c71bd408 100644 --- a/distrib/sparc/miniroot/list +++ b/distrib/sparc/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.30 2005/01/11 19:21:08 deraadt Exp $ +# $OpenBSD: list,v 1.31 2007/03/07 21:18:06 miod Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -14,7 +14,7 @@ SYMLINK /tmp var/tmp # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV -SPECIAL cd dev; sh MAKEDEV all +SPECIAL cd dev; sh MAKEDEV ramdisk # we need the contents of /usr/mdec COPYDIR ${DESTDIR}/usr/mdec usr/mdec |