diff options
author | 2014-03-22 02:24:43 +0000 | |
---|---|---|
committer | 2014-03-22 02:24:43 +0000 | |
commit | 215ec8132ece3d64ae4285ccb016600e079164ab (patch) | |
tree | adad0a05ab3d5d6126d0090266f2e266162c3172 | |
parent | Remove 'tape' as a method for installing sets. Elite masters of unix (diff) | |
download | wireguard-openbsd-215ec8132ece3d64ae4285ccb016600e079164ab.tar.xz wireguard-openbsd-215ec8132ece3d64ae4285ccb016600e079164ab.zip |
Oops. MDMTDEVS is used to populate /dev. Put those bits back.
-rw-r--r-- | distrib/miniroot/install.sub | 3 | ||||
-rw-r--r-- | distrib/vax/install.md | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index aef402efabd..a98cbccc492 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.755 2014/03/22 01:13:02 krw Exp $ +# $OpenBSD: install.sub,v 1.756 2014/03/22 02:24:43 krw Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback # All rights reserved. @@ -84,6 +84,7 @@ shift $((OPTIND-1)) # MDTERM - 'vt220' assumed if not provided # MDDKDEVS - '/^[sw]d[0-9][0-9]* /s/ .*//p' assumed if not provided # MDCDDEVS - '/^cd[0-9][0-9]* /s/ .*//p' assumed if not provided +# MDMTDEVS - '/^[cms]t[0-9][0-9]* /s/ .*//p' # MDXAPERTURE - set machdep.allowaperture=value in sysctl.conf # NCPU - the number of cpus for mp capable arches . install.md diff --git a/distrib/vax/install.md b/distrib/vax/install.md index af9a31513a9..52a03c43b17 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.41 2014/03/22 01:13:02 krw Exp $ +# $OpenBSD: install.md,v 1.42 2014/03/22 02:24:43 krw Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -36,6 +36,7 @@ MDTERM=vt100 MDDKDEVS='/^[hs]d[0-9] /s/ .*//p;/^ra[0-9] /s/ .*//p' MDCDDEVS='/^cd[0-9] /s/ .*//p;/^ra[0-9] .* RRD40$/s/ .*//p' +MDMTDEVS='/^[ms]t[0-9][0-9]* /s/ .*//p' md_installboot() { # Use cat to avoid holes created by cp(1) |