summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-02-16 03:57:30 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-02-16 03:57:30 +0000
commitd4496594a110901ecca4e4d8f8dfcb18cadfc259 (patch)
treea8269d8e6d57937e6bd2bbeecc140066126dca9b /etc
parent112d1cd0ee73679d167b1febc7d8cd2dab2baadc (diff)
Changes to support rd miniroot building.
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.mvme68k/MAKEDEV6
-rw-r--r--etc/etc.mvme68k/disktab6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV
index 22a90060819..898020b97fc 100644
--- a/etc/etc.mvme68k/MAKEDEV
+++ b/etc/etc.mvme68k/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.15 1997/02/11 15:03:39 rahnds Exp $
+# $OpenBSD: MAKEDEV,v 1.16 1997/02/16 03:57:28 rahnds Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: MAKEDEV,v 1.15 1997/02/11 15:03:39 rahnds Exp $
+# $Id: MAKEDEV,v 1.16 1997/02/16 03:57:28 rahnds Exp $
#
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices,
@@ -118,7 +118,7 @@ std)
;;
raminst)
- sh MAKEDEV std fd st0 ttya
+ sh MAKEDEV std fd st0 ttya rd0
sh MAKEDEV tty00 tty01 tty02 tty03
sh MAKEDEV sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9
sh MAKEDEV pty0
diff --git a/etc/etc.mvme68k/disktab b/etc/etc.mvme68k/disktab
index 90b9914c790..1f555f741f9 100644
--- a/etc/etc.mvme68k/disktab
+++ b/etc/etc.mvme68k/disktab
@@ -26,9 +26,9 @@
# XXX - Would like :ba#4096:fa#512: but that panics...
# Leave nc=16; adjust size using: ns
rdroot|ramdiskroot|RAM-disk root FS image:\
- :ty=simulated:se#512:nc#16:nt#2:ns#16:\
- :ta=4.4BSD:oa#0:pa#512:\
- :ob#0:pb#0:oc#0:pc#512:
+ :ty=simulated:se#512:nc#16:nt#2:ns#128:\
+ :ta=4.4BSD:oa#0:pa#4096:fa#512:ba#4096\
+ :ob#0:pb#0:oc#0:pc#4096:
miniroot|Installation root-on-swap FS image:\
:ty=simulated:se#512:ns#32:nt#8:nc#64:\
:ta=4.4BSD:oa#0:pa#16384:\