Filip Pytloun | 3983236 | 2015-06-25 18:05:47 +0200 | [diff] [blame] | 1 | d-i apt-setup/use_mirror boolean false |
| 2 | d-i apt-setup/local0/repository string [arch=amd64] http://apt.cloudlab.cz/nightly trusty main cloudlab security |
| 3 | d-i apt-setup/local0/key string http://apt.cloudlab.cz/public.gpg |
| 4 | |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 5 | d-i debian-installer/framebuffer boolean false |
| 6 | d-i debconf/frontend select noninteractive |
| 7 | d-i base-installer/kernel/override-image string linux-server |
| 8 | d-i clock-setup/utc boolean true |
| 9 | d-i clock-setup/utc-auto boolean true |
| 10 | d-i finish-install/reboot_in_progress note |
| 11 | d-i grub-installer/only_debian boolean true |
| 12 | d-i grub-installer/with_other_os boolean true |
| 13 | d-i netcfg/get_domain string unassigned-domain |
| 14 | d-i netcfg/get_hostname string unassigned-hostname |
| 15 | |
| 16 | d-i partman-auto/disk string /dev/sda /dev/vda |
| 17 | d-i partman-auto/method string lvm |
| 18 | d-i partman-lvm/device_remove_lvm boolean true |
| 19 | d-i partman-md/device_remove_md boolean true |
| 20 | d-i partman-lvm/confirm boolean true |
| 21 | d-i partman-lvm/confirm_nooverwrite boolean true |
| 22 | |
| 23 | d-i partman-auto/init_automatically_partition \ |
| 24 | select Guided - use entire disk and set up LVM |
| 25 | |
| 26 | d-i partman-auto-lvm/guided_size string max |
| 27 | d-i partman-auto-lvm/new_vg_name string vg00 |
| 28 | |
| 29 | d-i partman-auto/expert_recipe string \ |
| 30 | boot-root :: \ |
Filip Pytloun | 3983236 | 2015-06-25 18:05:47 +0200 | [diff] [blame] | 31 | 64 128 128 ext4 \ |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 32 | $primary{ } $bootable{ } \ |
| 33 | method{ format } format{ } \ |
| 34 | use_filesystem{ } filesystem{ ext4 } \ |
| 35 | mountpoint{ /boot } \ |
Filip Pytloun | 3983236 | 2015-06-25 18:05:47 +0200 | [diff] [blame] | 36 | options/noatime{ noatime } \ |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 37 | . \ |
| 38 | 128 512 200% linux-swap \ |
Filip Pytloun | 7d733bc | 2015-07-11 08:34:49 +0200 | [diff] [blame^] | 39 | method{ swap } format{ } $lvmok{ } \ |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 40 | . \ |
Filip Pytloun | 7d733bc | 2015-07-11 08:34:49 +0200 | [diff] [blame^] | 41 | 512 512 -1 ext4 \ |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 42 | method{ format } format{ } $lvmok{ } \ |
| 43 | use_filesystem{ } filesystem{ ext4 } \ |
| 44 | mountpoint{ / } \ |
Filip Pytloun | 3983236 | 2015-06-25 18:05:47 +0200 | [diff] [blame] | 45 | options/noatime{ noatime } \ |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 46 | . \ |
| 47 | |
| 48 | d-i partman/default_filesystem string ext4 |
| 49 | |
| 50 | d-i partman/confirm_write_new_label boolean true |
| 51 | d-i partman/choose_partition select finish |
| 52 | d-i partman/confirm boolean true |
| 53 | d-i partman/confirm_nooverwrite boolean true |
| 54 | |
| 55 | d-i pkgsel/include string openssh-server |
| 56 | d-i pkgsel/install-language-support boolean false |
| 57 | d-i pkgsel/update-policy select unattended-upgrades |
| 58 | popularity-contest popularity-contest/participate boolean false |
| 59 | |
| 60 | d-i pkgsel/upgrade select none |
| 61 | |
| 62 | d-i time/zone string UTC |
jan kaufman | 757e332 | 2015-03-11 11:30:59 +0100 | [diff] [blame] | 63 | d-i user-setup/allow-password-weak boolean true |
| 64 | d-i user-setup/encrypt-home boolean false |
| 65 | tasksel tasksel/first multiselect minimal, ssh-server, openssh-server |
| 66 | |