Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justanoobcoder/lfs

My linux from scratch scripts
https://github.com/justanoobcoder/lfs

bash lfs linux script shell systemd uefi

Last synced: 18 days ago
JSON representation

My linux from scratch scripts

Awesome Lists containing this project

README

        

# 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](https://img.youtube.com/vi/YvsK_jcLrqA/0.jpg)](https://www.youtube.com/watch?v=YvsK_jcLrqA)

### BLFS
[![LFS Demo video](https://img.youtube.com/vi/C-InYjWA0rg/0.jpg)](https://www.youtube.com/watch?v=C-InYjWA0rg)