diff options
| author | he <he@NetBSD.org> | 1999-03-19 15:44:59 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 1999-03-19 15:44:59 +0000 |
| commit | 2efafeabaab4433d42bec429e92aa6b08ec1e8dc (patch) | |
| tree | 6acde14b5ec00017d1750abc024e497361d13cbb | |
| parent | 0547e6d3b24a9f64c0307183e2889105106f5909 (diff) | |
Add note about /usr/include/machine and e.g. /usr/include/i386 on upgrade.
| -rw-r--r-- | distrib/utils/sysinst/TODO | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/distrib/utils/sysinst/TODO b/distrib/utils/sysinst/TODO index 859cdd051fe..a076dc9308a 100644 --- a/distrib/utils/sysinst/TODO +++ b/distrib/utils/sysinst/TODO @@ -1,7 +1,13 @@ -# $NetBSD: TODO,v 1.15 1999/03/17 12:42:42 simonb Exp $ +# $NetBSD: TODO,v 1.16 1999/03/19 15:44:59 he Exp $ Things to do .... in no specific order. + - On upgrade, remove /usr/include/machine and the machine- + dependent name e.g. /usr/include/i386. On 1.3, machine + is a directory and e.g. i386 is a symlink, whereas in 1.4 + the reverse is true. Without this fix, extraction of base + and comp will fail. + - rework the fdisk/MBR code to be able to get the correct MBR geometry with much better probability. |
