An open API service indexing awesome lists of open source software.

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.

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.