Files
LFS-PKGBUILDs/README.md
2025-03-27 00:32:11 -04:00

10 lines
518 B
Markdown

# My LFS software repository
This is my repository for Linux from Scratch, and designed for the package manager [leaf](https://gitea.phywyj.dynv6.net/wyj/leaf).
Warning: `leaf` won't deal with the dependence relation, and currently won't check file confliction. You have to deal with these problems as the maintainer of your own LFS system.
## Different with LFS book
- Use `ensurepip` in *Chapter 7.10. Python-3.13.2*
- Use `SBINDIR=/usr/bin/` to install `iproute2`. `ip` command should be avaliable for non-root.