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