# MODEL: ALIX PLATFORM
#
[monitor]
  min_free_space_data	128000	# ~128 MiB
  min_free_space_sys	128000	# ~128 MiB
  min_free_space_tmpfs	24000	#  ~24 MiB

[machine]
  kernel		3.16.7-ckt9-voyage

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

  swap_label		CFSWAP
  swap_device		/dev/sda2

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

  commit_time		120

  rdate_interface	eth0	# usually the internal iface

[alix_logs]
  tmpfs			true
  mirror_dir		::path.datadir::/log
  mirror_freq		0 * * * *	# cron, hourly
  save_dir		::path.datadir::/savelog
  save_freq		5 12 * * 0	# cron, each monday ad 12:05
  save_keep		12

[alix-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
