Project

General

Profile

Download (1.59 KB) Statistics
| Branch: | Tag: | Revision:
d-i debian-installer/locale string en_US
d-i console-setup/layoutcode string en_US
d-i console-tools/archs select at
d-i console-keymaps-at/keymap select American English
d-i debian-installer/keymap string us
d-i netcfg/choose_interface select eth0
d-i clock-setup/utc boolean true
d-i netcfg/dhcp_timeout string 60
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string <%= @host.name %>
d-i netcfg/get_domain string <%= @host.domain.name %>
d-i netcfg/dhcp_options select Retry network autoconfiguration
d-i mirror/codename string <%= @host.operatingsystem.release_name %>
d-i mirror/country string enter information manually
d-i mirror/http/countries select enter information manually
d-i mirror/http/directory string <%= @preseed_path %>
d-i mirror/http/hostname string <%= @preseed_server %>
d-i mirror/http/proxy string

<%= @host.diskLayout %>

d-i clock-setup/utc boolean false
d-i time/zone string US/Central
d-i apt-setup/security_host string

d-i passwd/root-password-crypted password <%= root_pass %>
user-setup-udeb passwd/root-login boolean true
d-i passwd passwd/make-user boolean false
user-setup-udeb passwd/make-user boolean false

d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
tasksel tasksel/first multiselect standard
d-i pkgsel/include string puppet lsb-release openssh-server
d-i finish-install/reboot_in_progress note

popularity-contest popularity-contest/participate boolean false
d-i preseed/late_command string wget <%= foreman_url("preseed_finish") %> -O /target/tmp/finish.sh && in-target chmod +x /tmp/finish.sh && in-target /tmp/finish.sh
(4-4/5)