--- src/nrelease/installer/etc/defaults/pfi.conf 2004/07/11 01:55:28 1.2 +++ src/nrelease/installer/etc/defaults/pfi.conf 2004/11/11 20:30:05 1.3 @@ -1,5 +1,5 @@ ####################################################################### -# $Id: pfi.conf,v 1.2 2004/07/11 01:55:28 cpressey Exp $ +# $Id: pfi.conf,v 1.3 2004/11/11 20:30:05 cpressey Exp $ # $DragonFly$ # Defaults for pfi.conf. @@ -43,6 +43,16 @@ pfi_run="" pfi_dfui_transport="tcp" +# User to automatically log in as, or "NONE". + +pfi_autologin="NONE" + +# Command to use to reboot. "shutdown -h now" is typically used +# interactively, to give the user a chance to eject the disk, but +# "shutdown -r now" can be used for headless operation. + +pfi_shutdown_command="shutdown -h now" + ####################################################################### # EXAMPLES # To use one of these examples, extract it to a text file and remove the @@ -65,6 +75,8 @@ pfi_dfui_transport="tcp" # ifconfig_dc0="DHCP" # pfi_rc_actions="netif dhclient" # pfi_frontend="cgi" +# pfi_autologin="installer" +# pfi_shutdown_command="shutdown -r now" # EXAMPLE 2: # Boot the installer headless, configure the network interface rl0, @@ -75,3 +87,5 @@ pfi_dfui_transport="tcp" # pfi_set_root_password="sekrit" # pfi_rc_actions="netif dhclient sshd" # pfi_frontend="none" +# pfi_autologin="installer" +# pfi_shutdown_command="shutdown -r now"