Browse Source

add sd2 sd3 to ramdisk devices, impossible to install on some multi-drive confiurations otherwise.

OPENBSD_2_2
grr 27 years ago
parent
commit
36b2281897
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.sparc/MAKEDEV

+ 2
- 2
src/etc/etc.sparc/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.28 1997/05/14 15:41:21 niklas Exp $
# $OpenBSD: MAKEDEV,v 1.29 1997/06/06 09:53:52 grr Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -178,7 +178,7 @@ floppy)
ramdisk)
sh ${this} std random
sh ${this} fd0 sd0 sd1 rd0 cd0
sh ${this} fd0 sd0 sd1 sd2 sd3 rd0 cd0
;;
std)


Loading…
Cancel
Save