An open API service indexing awesome lists of open source software.

https://github.com/no92/linux-mlibc

Tools and recipes needed for setting up a mlibc-based LFS.
https://github.com/no92/linux-mlibc

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# linux-mlibc

Attempt at creating a [mlibc](https://github.com/managarm/mlibc)-based Linux distribution.

Derived and restructured from [czapek1337's patches](https://github.com/czapek1337/linux-mlibc).

## Build instructions

```shell
$ 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`.