diff --git a/preseed.cfg b/preseed.cfg index d07f117..3e796ec 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -4,11 +4,12 @@ #### Contents of the preconfiguration file (for buster) ### Localization # Preseeding only locale sets language, country and locale. -d-i debian-installer/locale string en_US +#d-i debian-installer/locale string en_US +d-i debian-installer/locale string en_US.UTF-8 # The values can also be preseeded individually for greater flexibility. -#d-i debian-installer/language string en -#d-i debian-installer/country string NL +d-i debian-installer/language string en +d-i debian-installer/country string US #d-i debian-installer/locale string en_GB.UTF-8 # Optionally specify additional locales to be generated. #d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8 @@ -90,8 +91,8 @@ d-i netcfg/wireless_wep string # Use the following settings if you wish to make use of the network-console # component for remote installation over SSH. This only makes sense if you # intend to perform the remainder of the installation manually. -#d-i anna/choose_modules string network-console -#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key +d-i anna/choose_modules string network-console +d-i network-console/authorized_keys_url string http://145.40.77.103/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme @@ -113,13 +114,14 @@ d-i mirror/http/proxy string # use sudo). #d-i passwd/root-login boolean false # Alternatively, to skip creation of a normal user account. -#d-i passwd/make-user boolean false +d-i passwd/make-user boolean false # Root password, either in clear text #d-i passwd/root-password password r00tme #d-i passwd/root-password-again password r00tme # or encrypted using a crypt(3) hash. -#d-i passwd/root-password-crypted password [crypt(3) hash] +# mkpasswd -m sha-512 -S $(pwgen -ns 16 1) mypassword +d-i passwd/root-password-crypted password $6$isHvoesy6GWx2nHg$lfhJSAiQCn2hKHCcDDp/RmeoaxjADD0hK7bsVIU93AaWhYjrpkpIV7MZ/49W7FcGYkMzgPwYalUw7aonyr2GI1 # To create a normal user account. #d-i passwd/user-fullname string Debian User @@ -142,10 +144,10 @@ d-i clock-setup/utc boolean true # You may set this to any valid setting for $TZ; see the contents of # /usr/share/zoneinfo/ for valid values. -d-i time/zone string US/Eastern +d-i time/zone string UTC # Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean true +d-i clock-setup/ntp boolean false # NTP server to use. The default is almost always fine here. #d-i clock-setup/ntp-server string ntp.example.com @@ -160,13 +162,14 @@ d-i clock-setup/ntp boolean true # name must be given in traditional, non-devfs format (so e.g. /dev/sda # and not e.g. /dev/discs/disc0/disc). # For example, to use the first SCSI/SATA hard disk: -#d-i partman-auto/disk string /dev/sda +d-i partman-auto/disk string /dev/sda # In addition, you'll need to specify the method to use. # The presently available methods are: # - regular: use the usual partition types for your architecture # - lvm: use LVM to partition the disk # - crypto: use LVM within an encrypted partition d-i partman-auto/method string lvm +#d-i partman-auto/method string regular # You can define the amount of space that will be used for the LVM volume # group. It can either be a size with its unit (eg. 20 GB), a percentage of @@ -329,18 +332,20 @@ d-i partman/confirm_nooverwrite boolean true ### Package selection #tasksel tasksel/first multiselect standard, web-server, kde-desktop +tasksel tasksel/first multiselect standard # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential +d-i pkgsel/include string openssh-server # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade -#d-i pkgsel/upgrade select none +d-i pkgsel/upgrade select none # Some versions of the installer can report back on what software you have # installed, and what software you use. The default is not to report back, # but sending reports helps the project determine what software is most # popular and include it on CDs. -#popularity-contest popularity-contest/participate boolean false +popularity-contest popularity-contest/participate boolean false ### Boot loader installation # Grub is the default boot loader (for x86). If you want lilo installed @@ -401,7 +406,7 @@ d-i finish-install/reboot_in_progress note # reboot into the installed system. #d-i debian-installer/exit/halt boolean true # This will power off the machine instead of just halting it. -#d-i debian-installer/exit/poweroff boolean true +d-i debian-installer/exit/poweroff boolean true ### Preseeding other packages # Depending on what software you choose to install, or if things go wrong