https://github.com/khanhtc1202/linux-from-scratch
Note to build owner linux distribution from scratch.
https://github.com/khanhtc1202/linux-from-scratch
linux-distribution linux-from-scratch
Last synced: about 2 months ago
JSON representation
Note to build owner linux distribution from scratch.
- Host: GitHub
- URL: https://github.com/khanhtc1202/linux-from-scratch
- Owner: khanhtc1202
- Created: 2018-03-15T14:53:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T15:09:06.000Z (over 7 years ago)
- Last Synced: 2025-04-01T20:44:28.232Z (about 1 year ago)
- Topics: linux-distribution, linux-from-scratch
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux From Scratch
Personal note to build owner linux distribution from scratch. This work follows content from [LFS site](http://www.linuxfromscratch.org/).
## Note struct
```bash
.
├── 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