diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-19 16:08:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-19 16:08:20 +0000 |
commit | dde413da9c1dab57044ac0439a396f0266748f49 (patch) | |
tree | 298fe4bd79294fb5439cba80085d18138ffc951b /sys/arch/sun3 | |
parent | c8cd820bf20026b7b2f88426f9d3b210c789392a (diff) |
do not force single if rd root
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/dev/rd_root.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sun3/dev/rd_root.c b/sys/arch/sun3/dev/rd_root.c index 355be413d2d..c1627e75e43 100644 --- a/sys/arch/sun3/dev/rd_root.c +++ b/sys/arch/sun3/dev/rd_root.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rd_root.c,v 1.6 1997/01/16 04:03:52 kstailey Exp $ */ +/* $OpenBSD: rd_root.c,v 1.7 1998/07/19 16:08:19 deraadt Exp $ */ /* $NetBSD: rd_root.c,v 1.7 1996/11/20 18:56:58 gwr Exp $ */ /*- @@ -83,8 +83,4 @@ rd_open_hook(unit, rd) int unit; struct rd_conf *rd; { - if (unit == 0) { - /* The root ramdisk only works single-user. */ - boothowto |= RB_SINGLE; - } } |