Skip to content

acrlinux/LFS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFS

Linux From Scratch as per LFS-BOOK, Tool for building LFS.

git clone with submodule.

git clone --recurse-submodules https://github.com/arjuncr/LFS.git

Building LFS

./build_lfs.sh

#################################################################################

############################Utility to Build LFS ###########################

#################################################################################

Help message --help

Build All: --build-all

Rebuild All: --rebuild-all

Clean All: --clean-all

Wipe and rebuild --wipe-rebuild

Building kernel: --build-kernel --rebuild-kernel --clean-kernel

Building other soft: --build-other --rebuild-other --clean-other

Creating root-fs: --create-rootfs

Create ISO Image: --create-img

Cleaning work dir: --clean-work-dir

Test with Qemu --Run-qemu

###################################################################################

Releases

No releases published

Packages

No packages published

Languages

  • C 54.9%
  • C++ 23.7%
  • Roff 20.1%
  • Other 1.3%