mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-17 18:41:22 +00:00
crossystem: Clarify help string for dev_default_boot
The default value is "disk", and should be mentionned as an option. BRANCH=none BUG=none TEST=emerge-poppy -av vboot_reference Change-Id: I9ddfe155f1dbaf019b74c1bab7b5ce5539545e7f Reviewed-on: https://chromium-review.googlesource.com/989375 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
0bdec67fc7
commit
4e8571f40d
@@ -49,7 +49,7 @@ const Param sys_param_list[] = {
|
||||
{"dev_boot_signed_only", CAN_WRITE,
|
||||
"Enable developer mode boot only from official kernels (writable)"},
|
||||
{"dev_default_boot", IS_STRING|CAN_WRITE,
|
||||
"default boot from legacy or usb (writable)"},
|
||||
"default boot from disk, legacy or usb (writable)"},
|
||||
{"devsw_boot", 0, "Developer switch position at boot"},
|
||||
{"devsw_cur", 0, "Developer switch current position"},
|
||||
{"disable_dev_request", CAN_WRITE, "Disable virtual dev-mode on next boot"},
|
||||
|
||||
Reference in New Issue
Block a user