Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Linux From Scratch

Personal note to build owner linux distribution from scratch. This work follows content from LFS site.

Note struct

.
├── README.md
└── scripts
    ├── prepare
    │   ├── 00-version-check.sh
    │   ├── 01-new-partition.sh
    │   ├── 02-packages-list.sh
    │   ├── 03-tool-directories.sh
    │   ├── 04-lfs-user.sh
    │   ├── 05-setup-user-env.sh
    │   └── wget-list
    └── temporary-system
        ├── 06-checking-system-info.sh
        ├── 07-binutils.sh
        └── 08-gcc.sh

Notes

Require export LFS=/mnt/lfs for OS building session.

Sequel

  1. Prepare
  2. Temporary System

About

Note to build owner linux distribution from scratch.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages