diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-09 03:58:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-09 03:58:05 +0000 |
commit | 51fb89af181e1de96c5e583379433b4ba87412d3 (patch) | |
tree | 524df9b5367d5518025e7ececad3bafd79b203d0 /distrib | |
parent | eac2027fc25386b5fd387602720c8c5cc362d6f7 (diff) |
md_labeldisk is not used any more
Diffstat (limited to 'distrib')
-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 |