blob: f41fc2f090c21165adb194ed85e86b5eed9d5307 [file] [log] [blame]
## This file is part of the coreboot project.
##
## Copyright 2013 Google Inc. All rights reserved.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
config NETBOOT_DEFAULT_COMMAND_LINE
string "Default command line"
default "lsm.module_locking=0 cros_netboot_ramfs cros_factory_install cros_secure cros_netboot"
help
The default command line to pass to the netboot kernel.
config NETBOOT_DYNAMIC_PARAMS
bool "Set the TFTP server and bootfile via DHCP"
default n
help
When this option is enabled, the TFTP server IP and the bootfile
are configured dynamically using DHCP. Otherwise they're configured
statically by the update_firmware_settings.py utility.