parent
f9f3171e0f
commit
dc5b8d2367
|
@ -91,8 +91,8 @@ However, you will have to write your own script for installing build
|
|||
dependencies.
|
||||
|
||||
libreboot Make (lbmk) automatically runs all necessary commands; for
|
||||
example, `./build grub payload` will automatically run `./build grub utils`
|
||||
if the required utilities for GRUB are not built, to produce payloads.
|
||||
example, `./build fw coreboot` will automatically run `./build fw grub`
|
||||
if the required GRUB payload (under `elf/grub/`) does not exist.
|
||||
|
||||
As a result, you can now (after installing the correct build dependencies) run
|
||||
just a single command, from a fresh Git clone, to build all ROM images:
|
||||
|
|
|
@ -93,7 +93,7 @@ Check: `config/dependencies/` for list of supported distros.
|
|||
побудови.
|
||||
|
||||
libreboot Make (lbmk) автоматично виконує всі необхідні команди; наприклад,
|
||||
`./build grub payload` автоматично виконає `./build grub utils`,
|
||||
`./build fw coreboot` автоматично виконає `./build fw grub`,
|
||||
якщо затребувані утиліти для GRUB не збудовано, для виготовлення корисних навантажень.
|
||||
|
||||
В якості результату, ви тепер можете (після встановлення правильних залежностей побудови) виконати
|
||||
|
|
Loading…
Reference in New Issue