cvs commit: src/nrelease/installer/etc/defaults src/nrelease/installer/etc/rc.d src/nrelease/installer/usr/local/bin
Chris Pressey
cpressey at crater.dragonflybsd.org
Thu Nov 11 12:30:31 PST 2004
cpressey 2004/11/11 12:30:05 PST
DragonFly src repository
Modified files:
nrelease/installer/etc/defaults pfi.conf
nrelease/installer/etc/rc.d pfi
nrelease/installer/usr/local/bin installer
Log:
Add various improvements to the "pre-flight installer":
- Add pfi_autologin variable. If set to a valid username, the
installation medium boot process will automatically log in as
that user. Defaults to "NONE".
- Add pfi_shutdown_command variable. This can be set to the
desired command used to shut down the system when the installer
finishes doing its thing. Defaults to "shutdown -h now".
- Launch thttpd on boot if pfi_frontend="cgi".
In combination, these three settings allow completely
headless (no monitor, no keyboard) operation of the installer
independent of a serial connection (i.e. over the network.)
- Have the pfi_sshd_permit_root_login variable honour
"without-password" and "forced-commands-only" settings. [1]
[1] Submitted by: geekgod
Revision Changes Path
1.3 +15 -1 src/nrelease/installer/etc/defaults/pfi.conf
1.3 +24 -1 src/nrelease/installer/etc/rc.d/pfi
1.6 +3 -3 src/nrelease/installer/usr/local/bin/installer
http://www.dragonflybsd.org/cvsweb/src/nrelease/installer/etc/defaults/pfi.conf.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/nrelease/installer/etc/rc.d/pfi.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/nrelease/installer/usr/local/bin/installer.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list