docs/build,ivy_common: mention cryptfs bug

139 characters is so 1992

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2024-12-31 20:27:34 +00:00
parent 3b55fca2c9
commit 8cdb2f257c
2 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,16 @@ title: Build from source
x-toc-enable: true
...
WARNING: cryptfs file name limits
=================================
Do not run the build system on a cryptfs 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.
WARNING: Flash from bin/, NOT elf/
==================================

View File

@ -3,6 +3,16 @@ title: Insert vendor files not included in release images
x-toc-enable: true
...
WARNING: cryptfs file name limits
=================================
Do not run the build system on a cryptfs 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.
**Install build dependencies first**
================================