diff options
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index ed6df83e6e5..2bef79d90ef 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.26 1998/11/03 04:10:13 aaron Exp $ +# $OpenBSD: install.md,v 1.27 1998/11/09 03:58:04 millert Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -108,9 +108,6 @@ md_installboot() { echo "No boot block prototypes found, you must run installboot manually." fi } -md_labeldisk() { - echo "huh" -} md_checkfordisklabel() { # $1 is the disk to check |