
config 'mount'
	option 'target' '/home'
	option 'device' '/dev/sda1'
	option 'fstype' 'ext3'
	option 'options' 'rw,sync'
	option 'enabled' '0'

config 'swap'
	option 'device' '/dev/sda2'
	option 'enabled' '0'

config 'boot' 'shfs'
	option 'dir' '/data/router-wan-sa-1'
	option 'host' '192.168.45.14'
	option 'user' 'root'

