Blame view

RIOT/dist/tools/packer/preseed.cfg 1.64 KB
a752c7ab   elopes   add first test an...
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
  choose-mirror-bin mirror/http/proxy string
  d-i base-installer/kernel/override-image string linux-server
  d-i clock-setup/utc boolean true
  d-i clock-setup/utc-auto boolean true
  d-i finish-install/reboot_in_progress note
  d-i grub-installer/only_debian boolean true
  d-i grub-installer/with_other_os boolean true
  d-i partman-auto-lvm/guided_size string max
  d-i partman-auto/choose_recipe select atomic
  d-i partman-auto/method string lvm
  d-i partman-lvm/confirm boolean true
  d-i partman-lvm/confirm_nooverwrite boolean true
  d-i partman-lvm/device_remove_lvm boolean true
  d-i partman/choose_partition select finish
  d-i partman/confirm boolean true
  d-i partman/confirm_nooverwrite boolean true
  d-i partman/confirm_write_new_label boolean true
  d-i user-setup/allow-password-weak boolean true
  d-i user-setup/encrypt-home boolean false
  d-i passwd/user-default-groups string adm cdrom dialout lxd plugdev sudo
  
  d-i pkgsel/include string openssh-server ntp curl nfs-common build-essential \
      linux-headers-$(uname -r) perl dkms pcregrep libpcre3 python3 git vim \
      gcc-arm-none-eabi gcc-msp430 unzip qemu-system-x86 g++-multilib \
      gcc-multilib gcc-avr binutils-avr avr-libc avrdude doxygen cppcheck \
      python-setuptools libusb-1.0-0 libusb-1.0-0-dev libudev-dev libftdi1 \
      libftdi-dev libftdipp1-dev libftdipp1-2v5 libhidapi-dev libhidapi-hidraw0 \
      libhidapi-libusb0 cmake autotools-dev autoconf pkg-config jimsh libtool \
      valgrind openocd python-serial python3-serial
  
  d-i pkgsel/install-language-support boolean false
  d-i pkgsel/update-policy select none
  d-i pkgsel/upgrade select full-upgrade
  d-i time/zone string UTC
  tasksel tasksel/first multiselect standard, server