Skip to content
forked from reinterpretcat/lfs

Docker configuration for building Linux From Scratch system

License

Notifications You must be signed in to change notification settings

DrTeamRocks/lfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFS in VirtualBox

Description

This repository contains docker configuration to build bootable iso image with Linux From Scratch 8.1.

Why

General idea is to learn Linux by building and running LFS system in isolation from the host system.

Structure

Scripts are organized in the way of following book structure whenever it makes sense. Some deviations are done to make a bootable iso image.

Build

Use the following command:

docker rm lfs ;                                    \
docker build --tag lfs . &&                        \
sudo docker run -it --privileged --name lfs lfs && \
sudo docker cp lfs:/tmp/lfs.iso .

Please note, that extended privileges are required by docker container in order to execute some commands (e.g. mount).

Usage

Final result is bootable iso image with LFS system which, for example, can be used to load the system inside virtual machine (tested with VirtualBox).

License

This work is based on instructions from Linux from Scratch project and provided with MIT license.

About

Docker configuration for building Linux From Scratch system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%