Skip to content

🐧 Scripts for building a minimal Linux system utilizing toybox, clang / llvm, and musl libc

Notifications You must be signed in to change notification settings

ian-moody/nroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nroot

A set of scripts for building a minimal bootable linux

Docker Commands

Build docker Image

sudo docker build -t nroot .

Clear all docker images

sudo docker rmi -f $(sudo docker images -a -q)

Run docker container

sudo docker run -it nroot

About

🐧 Scripts for building a minimal Linux system utilizing toybox, clang / llvm, and musl libc

Topics

Resources

Stars

Watchers

Forks

Languages