Up to [installer] / installer / root_skels / installer / etc / defaults
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 29 18:02:50 2006 UTC (2 years, 3 months ago) by cpressey
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +10 -2
lines
Diff to previous 1.10 (colored)
App framework cleanup. The visible changes include: - the installer's lib directory is no longer automatically added to LUA_PATH; you must now add it yourself before running main.lua - the -L flag is obsoleted; just add any directories you want to LUA_PATH yourself before running main.lua - the -t flag is obsoleted; use ui.transport=foo instead - the -r flag is obsoleted; use ui.rendezvous=foo instead The PFI installer scripts have been modified to account for these changes. Other, less visible changes are: - The startup script that uses the App framework must now call App.load_conf_files() and App.open_log() explicitly. - All of App's internal data is stored in App instead of being local. Client code can look at it if it wants, but it should not alter it. - Moved assumption that the default product is the OS into main.lua, because it's specific to the installer. - App now allows logging to an arbitrary file, but defaults to the expected place. The log filename is stored in App for future reference and used for reopening the log instead of re-generating the name each time. - Added App.get_log_contents(), which App.view_log() uses.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 9 00:07:07 2005 UTC (3 years, 4 months ago) by cpressey
Branch: MAIN
CVS Tags: Root_PRODUCTION_2_1,
RELENG_2_0,
PRODUCTION_2_1
Changes since 1.9: +8 -7
lines
Diff to previous 1.9 (colored)
Switch to the Lua backend as default.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 12 12:11:25 2005 UTC (3 years, 7 months ago) by den
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Typo fix
Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 19 05:31:14 2005 UTC (3 years, 8 months ago) by cpressey
Branch: MAIN
CVS Tags: RELENG_1_1_6,
RELENG_1_1_5
Changes since 1.7: +8 -1
lines
Diff to previous 1.7 (colored)
Add pfi_curses_escdelay variable, which controls the ESC key timeout for the curses frontend through ncurses' ESCDELAY environment var.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 24 23:23:15 2005 UTC (3 years, 8 months ago) by cpressey
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update example to match the new name/location of the Lua backend.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 18 00:22:22 2005 UTC (3 years, 9 months ago) by cpressey
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Make dfuibe_lua work with lua50c51. This is just a preliminary step; the features provided by the 5.1 package system are not yet used.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 8 20:44:58 2005 UTC (3 years, 10 months ago) by cpressey
Branch: MAIN
CVS Tags: RELENG_1_1_4
Changes since 1.4: +11 -1
lines
Diff to previous 1.4 (colored)
Introduce $pfi_backend variable, with which the program which provides the DFUI backend for the installer may be selected. Note that this changes two things which may require some testing. First, the backend program is no longer copied to /var/run/ before being executed. This was presumably so that it would not cause problems when copying the executable file itself from the install medium onto the HDD. However, recent tests do not indicate this is actually a problem, so the actual reason may have been different. Second, in the case of using the CGI frontend, the backend was for some reason unconditionally being given 'test' as its rendezvous. This has been changed to $RENDEZVOUS for consistency. This may require a fix to the CGI frontend to have it default to a more sensible rendezvous.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 14 17:52:10 2004 UTC (4 years, 1 month ago) by sullrich
Branch: MAIN
CVS Tags: RELENG_1_1_3
Changes since 1.3: +28 -1
lines
Diff to previous 1.3 (colored)
Add pfi.conf example variables for upcoming remote boot setup environment. For more information: http://leaf.dragonflybsd.org/mailarchive/users/2004-10/msg00085.html
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 11 18:04:38 2004 UTC (4 years, 4 months ago) by cpressey
Branch: MAIN
CVS Tags: RELENG_1_1_2,
RELENG_1_1_1,
RELENG_1_1,
RELENG_1_0
Changes since 1.2: +15 -1
lines
Diff to previous 1.2 (colored)
Add pfi_autologin and pfi_shutdown_command variables to pfi.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 10 21:52:27 2004 UTC (4 years, 4 months ago) by cpressey
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Change the default transport to TCP. Start thttpd explicitly from pfi instead of during localdaemons. Just shutdown, don't reboot automatically so that the user can remove the CD first then press Enter to reboot.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 9 23:25:40 2004 UTC (4 years, 4 months ago) by cpressey
Branch: MAIN
Import latest versions of the DragonFly installer source code, documentation, and build infrastructure.