9
0
Fork 0
barebox/defaultenv-2/base/init/general

19 lines
359 B
Bash

#!/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