no92 / linux-mlibc

Tools and recipes needed for setting up a mlibc-based LFS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux-mlibc

Attempt at creating a mlibc-based Linux distribution.

Derived and restructured from czapek1337's patches.

Build instructions

$ mkdir build && cd $_ # create and cd into a build directory
$ xbstrap init ../ # init xbstrap with the source directory containing bootstrap.yml
$ xbstrap install -u --all # build everything
$ xbstrap run version-check # run a version check, verify against LFS
$ xbstrap run chroot # mount & chroot into the system (requires sudo permissions)

To unmount the sysroot, run xbstrap run unmount.

About

Tools and recipes needed for setting up a mlibc-based LFS.

License:MIT License


Languages

Language:Shell 82.4%Language:Python 17.6%