https://github.com/justanoobcoder/lfs
My linux from scratch scripts
https://github.com/justanoobcoder/lfs
bash lfs linux script shell systemd uefi
Last synced: 4 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T15:16:33.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:17:48.842Z (6 months ago)
- Topics: bash, lfs, linux, script, shell, systemd, uefi
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 2
- 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
[](https://www.youtube.com/watch?v=YvsK_jcLrqA)### BLFS
[](https://www.youtube.com/watch?v=C-InYjWA0rg)