diff options
| author | glass <glass@NetBSD.org> | 1994-10-15 04:09:19 +0000 |
|---|---|---|
| committer | glass <glass@NetBSD.org> | 1994-10-15 04:09:19 +0000 |
| commit | dda0c8a3ff56e67d8b26ebf9246a999cd22335da (patch) | |
| tree | 347a4c59e6df557375daf1af7b142014a358e9ae | |
| parent | ee8aff3286d1db09956260228538558fc1947f27 (diff) | |
partition id typo:
0xA5 == 165 not 265
| -rw-r--r-- | distrib/notes/i386/prep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/i386/prep b/distrib/notes/i386/prep index 67333d314c5..d926ee2ce54 100644 --- a/distrib/notes/i386/prep +++ b/distrib/notes/i386/prep @@ -23,7 +23,7 @@ size, and note its starting offset and its length (preferably in units of disk sectors or cylinders). You will need that information when installing NetBSD (and if the offset and length are not in those units, you will have to convert them). Once you have created the new -NetBSD partition, mark it as having a partition type of 0xA5 (265, in +NetBSD partition, mark it as having a partition type of 0xA5 (165, in decimal). If you used "fdisk" to partition your disk, you will probably have to use a different partition editor to mark the partition with the correct type. |
