Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 818 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 818 Bytes

Description

This repository contains docker based host system and scripting environment to build bootable iso image with Linux From Scratch 11.2.

Why

General idea is to learn Linux by building your own system based on the LFS.

Structure

Scripts are organized to follow closely as possible the book structure.

Build

sudo make image

Usage

Final result is a bootable image (lfs.img) with LFS system which can be flashed on USB stick with the command:

sudo dd if=lfs.img of=/dev/sdb status=progress

License

The work is based on Linux from Scratch project and provided with MIT license. The initiative is influenced by Ilya Builuk https://github.com/reinterpretcat/lfs