https://github.com/48cf/lfs-scripts
A set of scripts to automatize building an LFS system.
https://github.com/48cf/lfs-scripts
Last synced: 5 days ago
JSON representation
A set of scripts to automatize building an LFS system.
- Host: GitHub
- URL: https://github.com/48cf/lfs-scripts
- Owner: 48cf
- Created: 2023-10-27T22:21:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T18:54:32.000Z (over 2 years ago)
- Last Synced: 2025-03-04T22:44:56.124Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
How to build:
- Run ./tools/make_image.sh as root
- Run ./tools/mount.sh as root
- Run ./tools/make_dirs.sh as root
- Run ./download_sources.sh
- Run ./build_cross.sh
- Run ./tools/prepare_for_chroot.sh as root
- Run ./tools/chroot.sh as root
Inside chroot:
- Run /var/lfs/make_base_files.sh
- Run /var/lfs/build_temp.sh (preferably in /root)
- Run /var/lfs/build_distro.sh (preferably in /root)
Notes:
- The build_distro.sh script won't install the built packages, it will only
add them to the repository (distro-repo/) using xbps-rindex. If you wish to
install them, run xbps-install --repository=distro-repo/ pkgname.