diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 18:35:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 18:35:38 +0000 |
commit | a6ff1ec6fa21cb208e4dd821446e9bcaf2eefcf1 (patch) | |
tree | 47f5d66f5cff8952ae986595f8b1e0433df0b8a0 /etc/etc.alpha/MAKEDEV | |
parent | 263456d19596884eabca2e7291436495c9c95fbc (diff) |
make alpha bootfloppy fit again
Diffstat (limited to 'etc/etc.alpha/MAKEDEV')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index ba22d242b03..f57f5a5b10e 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.41 1998/11/25 04:58:52 millert Exp $ +# $OpenBSD: MAKEDEV,v 1.42 1998/12/19 18:35:36 deraadt Exp $ # $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -159,7 +159,7 @@ all) raminst) sh $this std - sh $this sd0 sd1 sd2 wd0 wd1 st0 + sh $this sd0 sd1 sd2 wd0 st0 sh $this cd0 acd0 sh $this rd0 bpf0 sh $this ttyB0 ttyB1 ttyC0 ttyC1 ttyE0 ttyE1 pty0 |