diff options
Diffstat (limited to 'distrib/i386/floppies/ramdisk/install.md')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index c88e10701d8..7ee7efd30fd 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.17 1997/10/02 16:01:39 deraadt Exp $ +# $OpenBSD: install.md,v 1.18 1997/10/11 08:12:21 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ md_get_cddevs() { md_get_ifdevs() { # return available network devices - cat /kern/msgbuf | egrep "^(e[dglp][0-9] |[dil]e[0-9] |f[ep]a[0-9] )" | cut -d" " -f1 | sort -u + cat /kern/msgbuf | egrep "^(e[dglp][0-9] |[dil]e[0-9] |f[ep]a[0-9] |fxp[0-9])" | cut -d" " -f1 | sort -u } md_get_partition_range() { |