diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-18 01:14:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-18 01:14:05 +0000 |
commit | 12f9874733675af6feb7ccb7cfee6a185fb6ef4a (patch) | |
tree | 0cf8b22192fffb4e4601a8107abd656d8e237ac7 | |
parent | 5d8104af19234df63d5869341bc078e6a83e0a3c (diff) |
spaces
-rw-r--r-- | distrib/cats/ramdisk/install.md | 6 | ||||
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/cats/ramdisk/install.md b/distrib/cats/ramdisk/install.md index a61e46c68af..e33ed611cbb 100644 --- a/distrib/cats/ramdisk/install.md +++ b/distrib/cats/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.4 2004/02/11 23:32:30 drahn Exp $ +# $OpenBSD: install.md,v 1.5 2004/07/18 01:14:04 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -110,7 +110,7 @@ __EOT return fi - + # Manual MBR setup. The user is basically on their own. Give a few # hints and let the user rip. cat << __EOT @@ -156,7 +156,7 @@ disklabel -c ${_disk} __EOT - + } md_prep_disklabel() { diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index fdcdde307b5..ca13d49803c 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.25 2004/05/24 15:47:00 tom Exp $ +# $OpenBSD: install.md,v 1.26 2004/07/18 01:14:04 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -128,7 +128,7 @@ __EOT return fi - + # Manual MBR setup. The user is basically on their own. Give a few # hints and let the user rip. cat << __EOT @@ -176,7 +176,7 @@ You must modify an existing partition to be of type "OpenBSD" and have the name MacOS tools before attempting to install OpenBSD. __EOT - + pdisk /dev/${_disk}c } |