- Shell 99.7%
- SystemVerilog 0.3%
| config | bearssl and such | |
| overlay | make_ext4fs | |
| ports | literally unusable. | |
| .gitignore | various cleanup, /etc/profile stuff, userns in kernel | |
| bs-dtr | bearssl and such | |
| bs-spc | renovate | |
| build-iso.sh | uefi things, config changes, libunwind fix, modules fix, various other fixes | |
| build-kernel.sh | uefi things, config changes, libunwind fix, modules fix, various other fixes | |
| build.sh | make_ext4fs | |
| pkglist | make_ext4fs | |
| README.md | Update README.md | |
dérive
a simple, independent, statically linked x86_64 linux distribution built from scratch.
dérive is a work in progress, install at your own risk. contributions appreciated.
read more on our website at derivelinux.org.
come chat irc.ergo.chat #derive
building
dérive is not fun to build. we reccomend you download an ISO from our website instead. if you want too anyway:
requires:
- linux host
- wget, tar, gzip, xz
- cc, make, binutils
- git
you will need various other build dependencies too. i will try and compile a proper list later
build commands:
./build.sh
clean ur builds:
./build.sh --clean # remove outputs, keep src/ cache
./build.sh --halfclean # same as make clean, but keeps llvm so you dont have to go through that again
./build.sh --distclean # remove everything including downloads
./build.sh --kernelclean # remove kernel
after a build, you will get a tarball and iso in out/ ; the login is 'root' password 'derive'
license
dérive is free an unencumbered software released into the public domain. anyone is free to do anything they want with it.
if, due to copyright laws in your reigon, or other factors, you need to obtain dérive under a specific copyright license, you are free to take it under the terms of the ISC license as well.
software distributed with derive fall under the terms of their respective licenses.