Skip to content

JakubBialoskorski/RawLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawLinux

Barebones Linux custom image, based on 6.14.0-rc4 kernel - smallest possible "distribution".

Everything redistributed in this project can be found in sources file.

How to run it

Unzip disk.img.7z file.

Make sure you have qemu installed:

  • Ubuntu / Mint: sudo apt install qemu-system-x86
  • Arch: sudo pacman -S qemu-full

Launch it with qemu-system-x86_64 disk.img .

Roadmap & delivery

[x] get rid of Busybox

[x] add proper shell

[x] add Coreutils, Util-Linux, glibc, ncurses

[x] enable non-static libraries

[x] add file editor (nano)

[x] enable networking (ethernet)

[ ] document system libs and their purpose

[ ] configure systemd

[ ] add default graphical environment

[ ](somewhere in the future) publish a live boot USB

About

Attempt to create smallest usable daily-drive distro.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published