[BACK]Return to TODO CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/TODO between version 1.18.2.1 and 1.19

version 1.18.2.1, 1999/06/23 18:04:26 version 1.19, 2000/12/04 20:27:02
Line 2 
Line 2 
   
 Things to do ....  in no specific order.  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.  
   
         -- On error messages, do something to allow the user to          -- On error messages, do something to allow the user to
            see any errors from anything run by run_prog().             see any errors from anything run by run_prog().
            Ideas suggested  maximum entropy <entropy@zippy.bernstein.com>.             Ideas suggested  maximum entropy <entropy@zippy.bernstein.com>.
Line 47  Things to do ....  in no specific order.
Line 41  Things to do ....  in no specific order.
            distribution set from.  Maybe just allowing the user to shell             distribution set from.  Maybe just allowing the user to shell
            out and look around is good enough (this needs more thought).             out and look around is good enough (this needs more thought).
   
         -- check for already-mouned fileystems before install newfs.          -- check for already-mounted filesystems before install newfs.
            Abort with message.             Abort with message.
   
         -- check for already-moutend fileystems  before upgrade fsck.          -- check for already-mounted filesystems before upgrade fsck.
            (ignore?)             (ignore?)
   
         -- check for already-mounted filesystems before upgrade mount.          -- check for already-mounted filesystems before upgrade mount.
Line 67  Things to do ....  in no specific order.
Line 61  Things to do ....  in no specific order.
         -- Use bootp or dhcp to get network info (hostname, domain name,          -- Use bootp or dhcp to get network info (hostname, domain name,
            name servers, ...)             name servers, ...)
   
         --  Things like having config_network()          -- Things like having config_network()
            possibly use the information on the fixed disk instead of having             possibly use the information on the fixed disk instead of having
            to ask everything.             to ask everything.
   
Line 78  Things to do ....  in no specific order.
Line 72  Things to do ....  in no specific order.
            and then remove the file before going on to the next set to             and then remove the file before going on to the next set to
            save disk space.             save disk space.
   
         -- Add setting timezone  
   
         -- Set current time and date.          -- Set current time and date.
   
         -- Configure NTP servers, set NTP in rc.conf          -- Configure NTP servers, set NTP in rc.conf
Line 88  Things to do ....  in no specific order.
Line 80  Things to do ....  in no specific order.
            Need to patch kernel variable with offset from UTC.  Any             Need to patch kernel variable with offset from UTC.  Any
            other kernel variables we might want to patch as well???             other kernel variables we might want to patch as well???
   
         -- A little more clean-up of the run_prog suite so things worke          -- A little more clean-up of the run_prog suite so things work
            nicely for all ports.             nicely for all ports.
   
         -- Check-in of files for amiga and other ports that will use          -- Check-in of files for amiga and other ports that will use
Line 97  Things to do ....  in no specific order.
Line 89  Things to do ....  in no specific order.
         -- fix "disklabel -r -w" vs. "disklabel -w": I still don't grok why          -- fix "disklabel -r -w" vs. "disklabel -w": I still don't grok why
            the  -r, and the manpage says it will lose totally on sparcs.             the  -r, and the manpage says it will lose totally on sparcs.
            Phil, was there some reason to bypass the incore label on i386?             Phil, was there some reason to bypass the incore label on i386?
            Can we jst do "disklabel -w" everywhere?             Can we just do "disklabel -w" everywhere?
   
         -- Michael bumped the in-memory disklabel struct up to 16 entries.          -- Michael bumped the in-memory disklabel struct up to 16 entries.
            Also add  a runtime check in case that grows in future             Also add a runtime check in case that grows in future
            (e.g., slices).  Maybe bump to 32 entries just in case.             (e.g., slices).  Maybe bump to 32 entries just in case.
   
         -- Fix sanity-check message code. It currently gets over-written          -- Fix sanity-check message code. It currently gets over-written
Line 115  Things to do ....  in no specific order.
Line 107  Things to do ....  in no specific order.
   
         -- Full configuration of rc.conf?          -- Full configuration of rc.conf?
   
         -- Set root's shell and password          -- Set root's shell
   
         -- If we're doing a fresh install and there's already a label          -- If we're doing a fresh install and there's already a label
            on the disk, maybe use that intsead  of the compiled-in default             on the disk, maybe use that instead of the compiled-in default
            label?             label?
   
         -- symlinks for /tmp (/tmp -> /var/tmp or some such)          -- symlinks for /tmp (/tmp -> /var/tmp or some such)
            Or configure tmp on   mfs.             Or configure tmp on mfs.
   
         -- Add support for SLIP (for pc532) and/or PPP.          -- Add support for SLIP (for pc532) and/or PPP.
   
Line 131  Things to do ....  in no specific order.
Line 123  Things to do ....  in no specific order.
         -- Install ports packages.  (possibly a second program          -- Install ports packages.  (possibly a second program
            run after installation.)             run after installation.)
   
         -- For dynamic text layout:  
                 * grep for paired spaces.  
                 * messages bootselheader and part_head seem problematic.  
                 * extensive testing.  
                 * some decent way to do table output is important.  

Legend:
Removed from v.1.18.2.1  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>