Skip to content

artyomsoft/simple-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Linux

Simple Linux is a collection of the bash scripts and the Dockerfile for building the simpliest distribution of Linux. Also you can run this distribution in qemu emulator and create the image to write it to a flash disk with a tool like Win32 Disk Imager.

All you need to run the scripts is Docker Desktop installed on your computer.

To build docker image:

docker build --build-arg APP -t simple-linux .

To build and run linux:

docker run -v ${pwd}:/app/linux --rm -it simple-linux build

To run Simple Linux if you have allready built it:

docker run -v ${pwd}:/app/linux --rm -it simple-linux start

To build image for writing to flash disk:

docker run -v ${pwd}:/app/linux --privileged --rm -it simple-linux image

You must built linux before it.

About

Scripts for creating disk image for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published