mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
bootstrap_sdk: improve stage1 description
This change updates the documentation at the top of the script, calling out the limitations of stage1 (no stage isolation) early to avoid confusion.
This commit is contained in:
parent
c05bc54ed5
commit
f37df4230c
@ -18,6 +18,9 @@
|
||||
# minimal root file system into a clean directory using ROOT=...
|
||||
# and USE=-* The restricted USE flags are key be small and avoid
|
||||
# circular dependencies.
|
||||
# NOTE that stage1 LACKS PROPER STAGE ISOLATION. Binaries produced in stage1
|
||||
# will be linked against the SEED SDK libraries, NOT against libraries
|
||||
# built in stage 1. See "stage_repo()" documentation further below for more.
|
||||
# This stage uses:
|
||||
# - portage-stable from the SDK's /var/lib/gentoo/repos/gentoo
|
||||
# or a git ref via --stage1_portage_ref command line option
|
||||
|
Loading…
Reference in New Issue
Block a user