Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justanoobcoder/lfs
- Owner: justanoobcoder
- Created: 2021-12-09T14:19:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T15:16:33.000Z (8 months ago)
- Last Synced: 2024-07-30T20:57:30.738Z (3 months ago)
- Topics: bash, lfs, linux, script, shell, systemd, uefi
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)