A collection of my personal scripts and guides for LFS installation, configuration, and package management.
This repository has been archived on 2026年01月31日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Shell 100%
| enter-chroot | added ldflags | |
| lfs-pkg-enter | changed to "set +e" | |
| lfs-pkg-finalize | change to "set +e" | |
| make.conf | ||
| my_progress.txt | Update my_progress.txt | |
| package-management-strategy.md | fix aliases | |
| README.md | Update README.md | |
| startall.sh | remove sites to open | |
Linux from Scratch guides and scripts
A collection of my personal scripts and guides for LFS installation, configuration, and package management.
Live environment OS: EndeavourOS.
Some handy tools for automating package management:
- lfs-pkg-enter:
Sets variables like
VER,PKG,FAKEROOTautomatically. After that, run./configureyourself andmakecommands. - lfs-pkg-finalize: This tool installs from fakeroot into root and archives the package and makes a log.
Also some handy bash scripts to enter LFS chroot.