diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-15 21:34:09 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-15 21:34:09 -0500 |
commit | 86d15daa818fb3edc6c2d863c7a5a71c1d208fdc (patch) | |
tree | 1a9eb43f6853f28333605df50dfefa8f2792a68e /README.md |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..66092b5 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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 |