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/i386 | |
parent | db5ffb6c72e5da2df4be7190d6f60986dd63d33c (diff) |
kill md_get_ifdevs, miniroot/install.sub uses mi version now
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 44c056e9f42..086eae9bfd7 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.37 1998/09/02 04:47:03 deraadt Exp $ +# $OpenBSD: install.md,v 1.38 1998/09/11 22:55:45 millert Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -70,11 +70,6 @@ md_get_cddevs() { cat /kern/msgbuf | egrep "^a?cd[0-9]+ " | cut -d" " -f1 | sort -u } -md_get_ifdevs() { - # return available network devices - cat /kern/msgbuf | egrep "^(e[dglp][0-9] |[dil]e[0-9] |xl[0-9] |f[ep]a[0-9] |fxp[0-9])" | cut -d" " -f1 | sort -u -} - md_get_partition_range() { # return range of valid partition letters echo "[a-p]" |