summaryrefslogtreecommitdiff
path: root/installer.yaml
blob: 8f6e61ea0450def4d7a53bf45af284b4ee32499a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config:
  mirror: http://debmirror/debian
  enable-dhcp: no
  size: 1G
  verbose: yes
  grub: yes
  sparse: yes
  sudo: yes
  package:
    - ssh
    - python
    - pv
    - psmisc
  hostname: installer
  arch: amd64
  distribution: jessie
  image: installer.img
  customize: ./installer.customize
  use-uefi: yes
  log: installer.log