remove obsolete note

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2024-12-31 21:44:38 +00:00
parent ab51fb8ba6
commit c5273bc020
2 changed files with 8 additions and 24 deletions

View File

@ -13,18 +13,6 @@ who encrypt their home directory with cryptfs; use a serious distro like
Debian or Arch please. And use a decent file system; zfs or perhaps mdcrypt
with btrfs will do nicely.
WARNING: Flash from bin/, NOT elf/
==================================
**WARNING: When you build a ROM image from the Libreboot build system, please
ensure that you flash the appropriate ROM image from `bin/`, NOT `elf/`.
The `elf/` coreboot ROMs do not contain payloads. Libreboot's build system
builds no-payload ROMs under `elf/`, and payloads separately under `elf/`. Then
it copies from `elf/` and inserts payloads from `elf/`, and puts the final ROM
images (containing payloads) in `bin/`. This design is more efficient, and
permits many configurations without needless duplication of work. More info
is available in the [lbmk maintenance manual](../maintain/)**
Introduction
============

View File

@ -3,19 +3,15 @@ title: Побудова з джерельного коду
x-toc-enable: true
...
WARNING: Flash from bin/, NOT elf/
==================================
WARNING: eCryptfs file name limits
=================================
TODO: translate this section into ukrainian language
**WARNING: When you build a ROM image from the Libreboot build system, please
ensure that you flash the appropriate ROM image from `bin/`, NOT `elf/`.
The `elf/` coreboot ROMs do not contain payloads. Libreboot's build system
builds no-payload ROMs under `elf/`, and payloads separately under `elf/`. Then
it copies from `elf/` and inserts payloads from `elf/`, and puts the final ROM
images (containing payloads) in `bin/`. This design is more efficient, and
permits many configurations without needless duplication of work. More info
is available in the [lbmk maintenance manual](../maintain/)**
Do not run the build system on a eCryptfs file system, because it has
very short file name limits and Libreboot's build system deals with very
long file names. We commonly get reports from this by Linux Mint users
who encrypt their home directory with cryptfs; use a serious distro like
Debian or Arch please. And use a decent file system; zfs or perhaps mdcrypt
with btrfs will do nicely.
Introduction
============