diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-11 22:55:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-11 22:55:47 +0000 |
commit | 905786119ba5116c9568dbb26deeac7f94956327 (patch) | |
tree | 70713a94d02dd8ba554f1d9e5726536bec720d89 /distrib/alpha | |
parent | db5ffb6c72e5da2df4be7190d6f60986dd63d33c (diff) |
kill md_get_ifdevs, miniroot/install.sub uses mi version now
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 8dfa56f4cef..92b24bc0eca 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.22 1998/09/06 08:51:08 deraadt Exp $ +# $OpenBSD: install.md,v 1.23 1998/09/11 22:55:46 millert Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -99,11 +99,6 @@ md_get_cddevs() { md_get_msgbuf | egrep "^a?cd[0-9]+ " | sed 's/ .*//' } -md_get_ifdevs() { - # return available network devices - md_get_msgbuf | egrep "(^e[dp][0-9] |^xl[0-9] |^[dl]e[0-9] |fxp[0-9])" | sed -e 's/^ *//' -e 's/ .*//' -} - md_get_partition_range() { # return range of valid partition letters echo "[a-p]" |