mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +02:00
build/fw/coreboot: fix bad commands in help text
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -396,9 +396,9 @@ moverom() {
|
|||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
USAGE: ./build firmware coreboot target
|
USAGE: ./build fw coreboot targetname
|
||||||
To build *all* boards, do this: ./build firmware coreboot all
|
To build *all* boards, do this: ./build fw coreboot all
|
||||||
To list *all* boards, do this: ./build firmware coreboot list
|
To list *all* boards, do this: ./build fw coreboot list
|
||||||
|
|
||||||
Optional Flags:
|
Optional Flags:
|
||||||
-d: displaymode
|
-d: displaymode
|
||||||
@@ -406,9 +406,10 @@ usage()
|
|||||||
-k: keyboard layout
|
-k: keyboard layout
|
||||||
|
|
||||||
Example commands:
|
Example commands:
|
||||||
./build firmware coreboot x60
|
|
||||||
./build firmware coreboot x200_8mb x60
|
./build fw coreboot x60
|
||||||
./build firmware coreboot x60 -p grub -d corebootfb -k usqwerty
|
./build fw coreboot x200_8mb x60
|
||||||
|
./build fw coreboot x60 -p grub -d corebootfb -k usqwerty
|
||||||
|
|
||||||
possible values for 'target':
|
possible values for 'target':
|
||||||
$(listitems "config/coreboot")
|
$(listitems "config/coreboot")
|
||||||
|
|||||||
Reference in New Issue
Block a user