#
# Guralp Configuration System
#   Copyright (c) 2007-2010 Guralp Systems Ltd. All rights reserved.
#

# The root menu

title		$N:SYSTEM_TYPE$ configuration system

body

text		Welcome to the Guralp Systems $N:SYSTEM_TYPE$ Configuration System

		Please select an area of the system to configure from the
		menu provided below.

if		$G:root$
fmenu
choice		hostname	System identity (hostname)
choice		usertop		User admin
choice		networktop	Networking
choice		servicestop	System services
choice		tasktop		Routine tasks
else
fmenu
choice		hostname	System identity (hostname)
choice		networktop	Networking
choice		servicestop	System services
choice		tasktop		Routine tasks
endif

if		$G:rdisk$
fmenu
choice		rec-top		Storage and recording
endif

if		$G:conf$
fmenu
choice		misc-ioline	GPIO labels and power switch settings
choice		statustop	Status iolines assertion configuration
endif
