d-i debian-installer/locale string pt_BR.UTF-8
d-i keyboard-configuration/xkb-keymap select br
d-i netcfg/choose_interface select auto
d-i netcfg/dhcp_timeout string 120
d-i netcfg/get_hostname string welltonos
d-i netcfg/get_nameservers string 8.8.8.8
d-i mirror/protocol string http
d-i mirror/country string manual
d-i mirror/http/hostname string deb.wellton.com.br
d-i mirror/http/directory string /
d-i mirror/suite string trixie
d-i apt-setup/cdrom/set-first boolean false
d-i apt-setup/use_mirror boolean false
d-i passwd/root-login boolean false
d-i passwd/make-user boolean true
d-i passwd/user-fullname string Wellton User
d-i passwd/username string wellton
d-i passwd/user-password-crypted password $6$muTiblmTJlE5lX.K$BcMhSWcvbmt/MAdyhrqMpY.vHXtsW3obY/e7b7v.p46z/2Ty6zMOzvwuUnJJ8BdK0SQsaOccRfW.L.wiOssLH0
d-i clock-setup/utc boolean true
d-i time/zone string America/Sao_Paulo
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i base-installer/install-recommends boolean false
d-i base-installer/kernel/image string linux-image-amd64
tasksel tasksel/first multiselect
d-i pkgsel/include string
d-i pkgsel/upgrade select none
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i grub-installer/bootdev string default
d-i preseed/late_command string   echo "WelltonOS" > /target/etc/hostname ;   cp /etc/resolv.conf /target/etc/resolv.conf ;   echo "deb http://deb.wellton.com.br trixie main" > /target/etc/apt/sources.list ;   echo "deb http://deb.wellton.com.br trixie-updates main" >> /target/etc/apt/sources.list ;   echo "deb http://deb.wellton.com.br trixie-security main" >> /target/etc/apt/sources.list ;   echo "deb [trusted=yes] http://deb.wellton.com.br gnu main" >> /target/etc/apt/sources.list ;   in-target apt-get update ;   in-target apt-get install -y wellton-keyring network-manager network-manager-gnome ;   sed -i "s/\[trusted=yes\] //" /target/etc/apt/sources.list ;   in-target apt-get update ;   in-target apt-get install -y sudo vim curl wget ca-certificates openssh-server ;   in-target apt-get install -y bash-completion htop git fastfetch ;   in-target apt-get install -y xorg xinit xterm ;   in-target apt-get install -y i3-wm i3status i3lock dmenu rxvt-unicode suckless-tools ;   in-target apt-get install -y wmaker ;   echo "exec i3" > /target/home/wellton/.xinitrc ;   in-target chown wellton:wellton /home/wellton/.xinitrc ;   in-target usermod -aG sudo wellton ;   in-target apt-get clean
d-i finish-install/reboot_in_progress note
d-i cdrom-detect/eject boolean false
