blob: 55e306abedbb7c678efee5d2c9fc7d4470d25973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Build Your Own Linux From Scratch
- [Referenced from Viktor Engelmann Project](http://algorithman.de/Algorithmen)
## Description:
**LFS** is a type of a Linux installation and the name of a book written by Gerard Beekmans, and currently as of March 2021, mainly maintained by Bruce Dubbs. The book gives readers instructions on how to build a Linux system from source. The book is available freely from the Linux From Scratch site.
#Scripts#
- Setup scripts for prelimary setup
- Scripts for downloading packages
- Scripts for building chapter 5
- Scripts for building chapter 6
- Scripts for building chapter 7
- Scripts for building chpater 8
- Scripts for chapter 9
- Scripts for chapter 10
- The end
|