# refractainstaller.conf for 9.1.7 # Default location of the error log is # /var/log/refractainstaller_error.log error_log="/var/log/refractainstaller_error.log" # Uncomment this if you want to *always* run in debug mode. Otherwise, # run the installer with the -d/--debug option to debug a single run. #DEBUG="yes" # Run all executable pre-install or post-install scripts found in # /usr/lib/refractainstaller/pre-install and # /usr/lib/refractainstaller/post-install # Change run_preinstall to "yes" to set locale and timezone during # installation, and set run_postinstall to "yes" to remove installer # icon from desktop. (or edit those scripts.) # These settings will be used for Simple Install and CLI installer. # They also set the default in the Expert Install Options window, where # they can be turned on or off at runtime. run_preinstall="yes" run_postinstall="yes" # Separate partitions for selected directories # If you want any directories other than /boot or /home on separate # partitions, change this to "yes" and make sure run_postinstall is # also set to "yes". This only affects the cli installer. # For the gui installer, check "Move selected directories..." in the # expert options window (and check "Run post-install scripts.") # # You must create and format the extra partitions during the # partitioning phase of the installation or before running the installer. # # At the end of the installation, you will be asked to select the # directories you want separate, and they will be copied to the selected # partitions. The contents of the original directory on the root filesystem # will then be deleted. additional_partitions="no" # The rsync_excludes file lists files and directories that will not # be copied to the new system. If you use a custom excludes list, put # the full path to that file here. Default is: # /usr/lib/refractainstaller/installer_exclude.list rsync_excludes="/usr/lib/refractainstaller/installer_exclude.list" # If your installation includes separate /boot and/or /home partitions, # and you need to exclude something in /boot or /home, you can edit the # contents of this file, or you could change this to point to a custom # file. Do not point this to $rsync_excludes! # /usr/lib/refractainstaller/home_boot_exclude.list home_boot_excludes="/usr/lib/refractainstaller/home_boot_exclude.list" # Swapfile Options (for dd command) # Change the count for larger or smaller swapfile. # Default for 256mb swapfile: # bs=1024 count=262144 swapfile_blocksize="1024" swapfile_count="262144" # Change to "yes" if you use the cli installer and want to use a swap # partition instead of a swapfile. Expert option in gui installer will # override this setting. use_existing_swap="no" # the greeter window title can be customized # and/or the window text appended: # window_title=" Your custom title " # custom_text=" Your custom text. \n Next line. " ##### Don't mess with these unless you know what you're doing. # This comments out the line in /etc/pmount.allow which allows # a user to mount all fixed drives. (/dev/sd[a-z][0-9]*) # Change it to "yes" or leave it blank to retain this. (not recommended) pmount_fixed="no" # The live CD runs with freshclam disabled. This turns it on for the # installed system. (restores init script links to default settings) enable_freshclam=yes # SSH Settings # The default setup in debian has password authentication turned off, # and root can only log in with authentication keys. # If ssh_pass="yes", then PasswordAuthentication will be set to "yes" # If ssh_pass="no", then PasswordAuthentication will be set to "no" # In either of the above cases, if PermitRootLogin was set to "yes", # it will be changed to "without-password" (meaning with auth keys only) # If ssh_pass is null or set to anything other than "yes" or "no", then # /etc/ssh/sshd_config will not be altered. ssh_pass="yes"