# MODEL: PC-ENGINES APU PLATFORM
#
[monitor]
  min_free_space_data	256000
  min_free_space_sys	256000
  min_free_space_tmpfs	128000

[machine]
  kernel		4.1.6-voyage
  kernel_pinning	true

[apu]
  serial_speed		115200	

  root_label		CFROOT
  root_device		/dev/sda1
  root_type		ext4
  root_parms		noatime,nodiratime,commit=::apu.commit_time::

  swap_label		CFSWAP
  swap_device		/dev/sda2

  data_label		CFDATA
  data_device		/dev/sda3
  data_type		ext4
  data_parms		noatime,nodiratime,commit=::apu.commit_time::

  commit_time		30

  rdate_interface	eth0	# usually the internal iface

[apu-leds]
  lan_interface		eth0
  wan_interface		eth1
  ext_interface		eth2

  wan_ip		# optional, to check wan connectivity
  vpn_ip		# optional, to check vpn connectivity; you need to define wan_ip too

# this is needed or grub doesn't works
#
[grub]
  disable_search	false
