项目作者: khanhtc1202

项目描述 :
Note to build owner linux distribution from scratch.
高级语言: Shell
项目地址: git://github.com/khanhtc1202/linux-from-scratch.git
创建时间: 2018-03-15T14:53:32Z
项目社区:https://github.com/khanhtc1202/linux-from-scratch

开源协议:

下载


Linux From Scratch

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

Note struct

  1. .
  2. ├── README.md
  3. └── scripts
  4. ├── prepare
  5. ├── 00-version-check.sh
  6. ├── 01-new-partition.sh
  7. ├── 02-packages-list.sh
  8. ├── 03-tool-directories.sh
  9. ├── 04-lfs-user.sh
  10. ├── 05-setup-user-env.sh
  11. └── wget-list
  12. └── temporary-system
  13. ├── 06-checking-system-info.sh
  14. ├── 07-binutils.sh
  15. └── 08-gcc.sh

Notes

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

Sequel

  1. Prepare
  2. Temporary System