Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Wed May 23 10:07:19 2012 UTC (12 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.2.2: +7 -3
lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Fri May 18 02:28:52 2012 UTC (12 months ago) by sborrill
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.2.2.1: +117 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
Add new files from ticket #247: Pull up the following revisions(s) (requested by riz in ticket #247): distrib/utils/sysinst/Makefile.inc: revision 1.59 via patch distrib/utils/sysinst/checkrc.c: revision 1.1-1.2 via patch distrib/utils/sysinst/configmenu.c: revision 1.1-1.5 via patch distrib/utils/sysinst/defs.h: revision 1.162 via patch distrib/utils/sysinst/install.c: revision 1.46 via patch distrib/utils/sysinst/main.c: revision 1.64 via patch distrib/utils/sysinst/mbr.c: revision 1.90 via patch distrib/utils/sysinst/menus.mi: revision 1.45-1.46 via patch distrib/utils/sysinst/msg.mbr.de: revision 1.12 via patch distrib/utils/sysinst/msg.mbr.en: revision 1.16-1.17 via patch distrib/utils/sysinst/msg.mbr.es: revision 1.7 via patch distrib/utils/sysinst/msg.mbr.fr: revision 1.18-1.19 via patch distrib/utils/sysinst/msg.mbr.pl: revision 1.15-1.16 via patch distrib/utils/sysinst/msg.mi.de: revision 1.62-1.67 via patch distrib/utils/sysinst/msg.mi.en: revision 1.170-1.172 via patch distrib/utils/sysinst/msg.mi.es: revision 1.40-1.43 via patch distrib/utils/sysinst/msg.mi.fr: revision 1.120-1.126 via patch distrib/utils/sysinst/msg.mi.pl: revision 1.79-1.83 via patch distrib/utils/sysinst/net.c: revision 1.131-1.132 via patch distrib/utils/sysinst/run.c: revision 1.70 via patch distrib/utils/sysinst/target.c: revision 1.55 via patch distrib/utils/sysinst/util.c: revision 1.174-1.178 via patch distrib/utils/sysinst/arch/evbarm/msg.md.de: revision 1.10-1.11 via patch distrib/utils/sysinst/arch/evbmips/md.c: revision 1.10 via patch distrib/utils/sysinst/arch/hp300/msg.md.de: revision 1.6-1.7 via patch distrib/utils/sysinst/arch/hp300/msg.md.en: revision 1.9 via patch distrib/utils/sysinst/arch/hp300/msg.md.es: revision 1.5 via patch distrib/utils/sysinst/arch/hp300/msg.md.fr: revision 1.8 via patch distrib/utils/sysinst/arch/hp300/msg.md.pl: revision 1.8 via patch distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.62-1.63 via patch distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.14 via patch distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.23 Sync sysinst with -current as of 2011-05-17 Add new post-install configuration menu for sysinst, and apply numerous bug fixes.
Revision 1.2.2.1, Tue May 15 15:50:58 2012 UTC (12 months, 1 week ago) by sborrill
Branch: netbsd-6
Changes since 1.2: +0 -117
lines
FILE REMOVED
file checkrc.c was added on branch netbsd-6 on 2012-05-18 02:28:52 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 15 15:50:58 2012 UTC (12 months, 1 week ago) by jdf
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Branch point for: netbsd-6
Changes since 1.1: +7 -3
lines
Diff to previous 1.1 (colored)
Adds a check to determine the root filesystem for determining the path of the rc.conf. Without, the menu would fail as it tried to `chroot ""` (target_root returns "" for / as root).
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue Apr 17 00:02:49 2012 UTC (13 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.2.1: +113 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.2.1, Fri Apr 6 23:48:53 2012 UTC (13 months, 2 weeks ago) by yamt
Branch: yamt-pagecache
Changes since 1.1: +0 -113
lines
FILE REMOVED
file checkrc.c was added on branch yamt-pagecache on 2012-04-17 00:02:49 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 6 23:48:53 2012 UTC (13 months, 2 weeks ago) by riz
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Branch point for: yamt-pagecache
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!