Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 651 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 651 Bytes

My Linux From Scratch scripts

This is my scripts for building a LFS system. DO NOT USE THEM IF YOU HAVE NO IDEA WHAT THEY DO!!!

Download LFS's packages and patches

I use python scripts to download packages and patches. To use these scripts:

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python scrape.py
python download.py
deactivate

Result

LFS

LFS Demo video

BLFS

LFS Demo video