summaryrefslogtreecommitdiffstats
path: root/defaultenv-2/base/init/general
blob: ad6c8600a0a2d702218aaeee41caf748f7e1e4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

if [ "$1" = menu ]; then
	init-menu-add-entry "$0" "general config settings"
	exit
fi

# user (used for network filenames)
global.user=sha

# timeout in seconds before the default boot entry is started
global.autoboot_timeout=3

# default boot entry (one of /env/boot/*)
global.boot.default=net

# default tftp path
global.tftp.path=/mnt/tftp-dhcp