diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-08 23:11:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-08 23:11:32 +0000 |
commit | 1de6ec0c79274f11622f098c194076326aa967d9 (patch) | |
tree | f56b621205855f8ec7e6b8b64012ce3ded322d7c /distrib/notes | |
parent | a547c4e793ef38fe6d464af0074a2dcbac3317a9 (diff) |
Oops, InstallPart4 would eat its args.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/m4.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index a2966d8a0e4..c4671df7fa9 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.46 2004/02/07 14:27:10 miod Exp $ +dnl $OpenBSD: m4.common,v 1.47 2004/02/08 23:11:31 miod Exp $ dnl dnl a simple MACHINE->MACHINE_ARCH converter. define(`MACHINE_ARCH', @@ -311,7 +311,7 @@ define({:-OpenBSDInstallPart4-:}, out with an 'a' partition that spans the disk. In this case you should delete 'a' before adding new partitions. The root file system should be in partition 'a', and swap - is usually in partition 'b'.$4 + is usually in partition 'b'.$1 It is recommended that you create separate partitions for /usr, /tmp and /var, and if you have room for it, one for /home. In |