diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-17 12:30:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-17 12:30:10 +0000 |
commit | b09c56a1d021ab3d1ab2bf853c54a560d1165408 (patch) | |
tree | f946b25a872ea600dd7e6efc61ce63e2ebf8387e /distrib | |
parent | 2b8b3d08d6646a0fc2ee64d36e98b9f02900c651 (diff) |
scrunch up a bit
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index a69e8bb0988..f64ae5aaabf 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.21 1997/10/17 12:04:31 deraadt Exp $ +# $OpenBSD: install.md,v 1.22 1997/10/17 12:30:09 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -138,9 +138,6 @@ __md_prep_fdisk_1 echo fdisk ${_disk} echo - echo "Please take note of the offset and size of the BIOS OpenBSD partition" - echo "of the disk, as you will may that for the OpenBSD disk label later." - echo } md_prep_disklabel() @@ -174,15 +171,13 @@ md_prep_disklabel() # display example cat << \__md_prep_disklabel_1 -If this disk is shared with other operating systems, ensure those operating -systems have a BIOS partition table entry that spans the space they occupy -completely. For safetyp, also make sure all OpenBSD file systems within the -offset and size specified in the 'A6' BIOS partition table. (By default, the -disklabel editor will try to enforce this). - -If you are unsure of how to use multiple partitions properly (ie. seperating -/, /usr, /tmp, /var, /usr/local, and other things) just split the disk into -an root and swap partition for now. +If this disk is shared with other operating systems, those operating systems +should have a BIOS partition entry that spans the space they occupy completely. +For safetyp, also make sure all OpenBSD file systems within the offset and size +specified in the 'A6' BIOS partition table. (By default, the disklabel editor +will try to enforce this). If you are unsure of how to use multiple partitions +properly (ie. seperating /, /usr, /tmp, /var, /usr/local, and other things) +just split the space into a root and swap partition for now. __md_prep_disklabel_1 disklabel -E ${_disk} |