docs/build,ivy_common: mention cryptfs bug
139 characters is so 1992 Signed-off-by: Leah Rowe <info@minifree.org>master
parent
3b55fca2c9
commit
8cdb2f257c
|
@ -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/
|
||||
==================================
|
||||
|
||||
|
|
|
@ -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**
|
||||
================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue