justanoobcoder / lfs

My linux from scratch scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My linux from scratch scripts


Languages

Language:Shell 93.1%Language:Python 6.9%