Ubuntu Pastebin

Paste from kubuntu at Thu, 14 Apr 2016 12:23:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
d-i debian-installer/locale string en_EN
d-i console-keymaps-at/keymap select de
d-i keyboard-configuration/xkb-keymap select de

d-i netcfg/choose_interface select auto
#d-i netcfg/get_domain string unassigned-domain
d-i netcfg/get_hostname string ahostname
d-i netcfg/get_domain string adomain
d-i	localechooser/continentlist	select	Europe
d-i debian-installer/country string DE
d-i debian-installer/language string en
d-i debian-installer/locale string en_US.UTF-8


d-i mirror/protocol string http
d-i mirror/country string manual
d-i mirror/http/hostname string http.us.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
d-i mirror/suite select testing

d-i clock-setup/utc boolean true
d-i time/zone string Europe/Berlin
d-i clock-setup/ntp boolean true

d-i partman-auto/method string regular
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-auto/choose_recipe select atomic
d-i partman/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 passwd/make-user boolean false
d-i passwd/root-password-crypted password $1$6vSrqLkZ$qUkEBeV.ptGOMZoyeYZ.b/
tasksel tasksel/first multiselect
d-i pkgsel/include string puppet facter
popularity-contest popularity-contest/participate boolean true
d-i pkgsel/include string openssh-server

d-i debconf/priority string critical
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean false
d-i grub-pc/install_devices multiselect /dev/sda
#d-i grub-installer/bootdev string /dev/sda
d-i grub-installer/bootdev string /dev/vda

d-i finish-install/reboot_in_progress note
Download as text