Browse Source

Add the tape device nodes to the miniroot, for tape install, deraadt@ ok

OPENBSD_2_7
miod 24 years ago
parent
commit
3243ec4578
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,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.62 2000/03/22 07:34:30 niklas Exp $
# $OpenBSD: MAKEDEV,v 1.63 2000/05/06 20:30:58 miod Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -220,7 +220,7 @@ floppy)
ramdisk)
sh $this std random
sh $this fd0 sd0 sd1 sd2 sd3 rd0 cd0
sh $this fd0 sd0 sd1 sd2 sd3 rd0 cd0 st0 st1
sh $this bpf0
;;


Loading…
Cancel
Save