Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/distrib/utils/sysinst



Module Name:    src
Committed By:   riz
Date:           Fri Apr  6 23:48:54 UTC 2012

Modified Files:
        src/distrib/utils/sysinst: Makefile.inc defs.h install.c main.c
            menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl net.c
            target.c util.c
Added Files:
        src/distrib/utils/sysinst: checkrc.c configmenu.c

Log Message:
Implement a post-install configuration menu, as proposed on tech-install.
Enables the user to configure a few additional items, including using
pkgin to manage binary packages, in a post-install menu which replaces
the series of questions (Do you want to set a root password? etc).

This is by no means a perfect solution, nor should it discourage anyone
from working on more sweeping changes to sysinst.

Some bug fixes, and .de translation provided by Julian Fagir.

XXX .es, .fr and .pl translations still needed.  Please help!


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/distrib/utils/sysinst/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/distrib/utils/sysinst/checkrc.c \
    src/distrib/utils/sysinst/configmenu.c
cvs rdiff -u -r1.161 -r1.162 src/distrib/utils/sysinst/defs.h
cvs rdiff -u -r1.45 -r1.46 src/distrib/utils/sysinst/install.c
cvs rdiff -u -r1.63 -r1.64 src/distrib/utils/sysinst/main.c
cvs rdiff -u -r1.44 -r1.45 src/distrib/utils/sysinst/menus.mi
cvs rdiff -u -r1.64 -r1.65 src/distrib/utils/sysinst/msg.mi.de
cvs rdiff -u -r1.171 -r1.172 src/distrib/utils/sysinst/msg.mi.en
cvs rdiff -u -r1.42 -r1.43 src/distrib/utils/sysinst/msg.mi.es
cvs rdiff -u -r1.123 -r1.124 src/distrib/utils/sysinst/msg.mi.fr
cvs rdiff -u -r1.82 -r1.83 src/distrib/utils/sysinst/msg.mi.pl
cvs rdiff -u -r1.130 -r1.131 src/distrib/utils/sysinst/net.c
cvs rdiff -u -r1.54 -r1.55 src/distrib/utils/sysinst/target.c
cvs rdiff -u -r1.174 -r1.175 src/distrib/utils/sysinst/util.c

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




Home | Main Index | Thread Index | Old Index